flutter_persistent_state 1.0.0 copy "flutter_persistent_state: ^1.0.0" to clipboard
flutter_persistent_state: ^1.0.0 copied to clipboard

Eliminate boilerplate for app-global persistent state management in Flutter. Automatic hydration, reactive updates, and seamless integration with navigation and text fields.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_persistent_state

With Flutter:

 $ flutter pub add flutter_persistent_state

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

dependencies:
  flutter_persistent_state: ^1.0.0

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:flutter_persistent_state/flutter_persistent_state.dart';
4
likes
0
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

Eliminate boilerplate for app-global persistent state management in Flutter. Automatic hydration, reactive updates, and seamless integration with navigation and text fields.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

analyzer, build, code_builder, dart_style, flutter, meta, shared_preferences, source_gen

More

Packages that depend on flutter_persistent_state