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';
57
likes
40
points
37
downloads

Publisher

verified publisherlittlerobots.nl

Weekly Downloads

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

Repository (GitHub)

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on native_state