notifier_plugin 1.0.3 notifier_plugin: ^1.0.3 copied to clipboard
A Flutter package that makes writing dynamic UI easier, intuitive and more efficient than it could have ever been!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add notifier_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
notifier_plugin: ^1.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:notifier_plugin/notifier_plugin.dart';