hybrid_provider 0.0.5 copy "hybrid_provider: ^0.0.5" to clipboard
hybrid_provider: ^0.0.5 copied to clipboard

This package provides hybrid consumer (BLoC + Change Notifier) for app state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hybrid_provider

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

dependencies:
  hybrid_provider: ^0.0.5

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

Publisher

verified publisherflutter.jin-site.com

This package provides hybrid consumer (BLoC + Change Notifier) for app state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on hybrid_provider