get_rx_persist 0.3.0
get_rx_persist: ^0.3.0 copied to clipboard
Get Rx Lite-weight Persist, which enable auto persist and restore functionality to get_rx package used by get package you can use provided file storage which based on get_storage, or customize your own
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add get_rx_persistThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
get_rx_persist: ^0.3.0Alternatively, 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:get_rx_persist/get_rx_persist.dart';