native_state 1.1.1 copy "native_state: ^1.1.1" to clipboard
native_state: ^1.1.1 copied to clipboard

discontinued

Stores persistent state that can be restored when the app is relaunched after the process was killed.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_state

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

dependencies:
  native_state: ^1.1.1

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:native_state/native_state.dart';
58
likes
40
pub points
30%
popularity

Publisher

verified publisherlittlerobots.nl

Stores persistent state that can be restored when the app is relaunched after the process was killed.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on native_state