app_state 0.9.4 copy "app_state: ^0.9.4" to clipboard
app_state: ^0.9.4 copied to clipboard

A state management solution on top of Router API for larger apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_state

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

dependencies:
  app_state: ^0.9.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:app_state/app_state.dart';
60
likes
130
pub points
81%
popularity

Publisher

verified publisherainkin.com

A state management solution on top of Router API for larger apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (LICENSE)

Dependencies

collection, flutter, flutter_issue_108697_workaround, meta, rxdart

More

Packages that depend on app_state