app_state 0.9.5 copy "app_state: ^0.9.5" to clipboard
app_state: ^0.9.5 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.5

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';