stateprovider 0.5.1 copy "stateprovider: ^0.5.1" to clipboard
stateprovider: ^0.5.1 copied to clipboard

A lightweight StateProvider for handling global data. This Plugin wraps an InheritedWidget into a StreamBuilder for updating the UI if any changes appears in the InheritedWidget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stateprovider

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

dependencies:
  stateprovider: ^0.5.1

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

Publisher

verified publisheronurozkan.net

A lightweight StateProvider for handling global data. This Plugin wraps an InheritedWidget into a StreamBuilder for updating the UI if any changes appears in the InheritedWidget.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on stateprovider