inheriteds 0.0.3 copy "inheriteds: ^0.0.3" to clipboard
inheriteds: ^0.0.3 copied to clipboard

State management solution focused on simplifying dependency injection and object propagation throughout widget trees

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add inheriteds

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  inheriteds: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:inheriteds/inheriteds.dart';
0
likes
150
points
185
downloads

Publisher

unverified uploader

Weekly Downloads

State management solution focused on simplifying dependency injection and object propagation throughout widget trees

Repository (GitHub)
View/report issues

Topics

#inherited-widget #state-management #dependency-injection #provider-pattern #flutter-state

Documentation

API reference

License

MIT (license)

Dependencies

dependents, equalone, flutter

More

Packages that depend on inheriteds