state_repository 1.0.0 copy "state_repository: ^1.0.0" to clipboard
state_repository: ^1.0.0 copied to clipboard

Manage State without create Widgets on the tree, the widgets sign for notificationchanges then the repository notify the Widget do rebuild when data changes, repositories can be shared easily across widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add state_repository

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

dependencies:
  state_repository: ^1.0.0

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:state_repository/state_repository.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Manage State without create Widgets on the tree, the widgets sign for notificationchanges then the repository notify the Widget do rebuild when data changes, repositories can be shared easily across widgets.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on state_repository