app_state 0.9.6 copy "app_state: ^0.9.6" to clipboard
app_state: ^0.9.6 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
copied to clipboard

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.6
copied to clipboard

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';
copied to clipboard
63
likes
150
points
795
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

2024.09.17 - 2025.04.01

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

Repository (GitHub)

Topics

#state-management #navigation #routing #urls #deep-linking

Documentation

API reference

License

MIT-0 (license)

Dependencies

collection, flutter, flutter_issue_108697_workaround, meta, rxdart

More

Packages that depend on app_state