persist_notifier 1.0.1 copy "persist_notifier: ^1.0.1" to clipboard
persist_notifier: ^1.0.1 copied to clipboard

A ValueNotifier designed for defining settings and providing a solution with a default value and notification system.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add persist_notifier

With Flutter:

 $ flutter pub add persist_notifier

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

dependencies:
  persist_notifier: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:persist_notifier/persist_notifier.dart';
0
likes
0
pub points
59%
popularity

Publisher

verified publishervoidari.com

A ValueNotifier designed for defining settings and providing a solution with a default value and notification system.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on persist_notifier