ui_state_persist 0.0.1 copy "ui_state_persist: ^0.0.1" to clipboard
ui_state_persist: ^0.0.1 copied to clipboard

Persists the UI state after app is killed.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ui_state_persist

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

dependencies:
  ui_state_persist: ^0.0.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:ui_state_persist/ui_state_persist.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Persists the UI state after app is killed.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, path, path_provider

More

Packages that depend on ui_state_persist