base_notifier 0.0.4 copy "base_notifier: ^0.0.4" to clipboard
base_notifier: ^0.0.4 copied to clipboard

Flutter package inspired by FilledStacks that utilize the provider change notifier in simpler way and provider a base widget to simplify the process of accessing the page models. also provide some UI [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add base_notifier

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

dependencies:
  base_notifier: ^0.0.4

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

Publisher

unverified uploader

Flutter package inspired by FilledStacks that utilize the provider change notifier in simpler way and provider a base widget to simplify the process of accessing the page models. also provide some UI helper clases.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on base_notifier