jh_sharedprefs 1.0.0
jh_sharedprefs: ^1.0.0 copied to clipboard
The `jh_sharedprefs` package is a utility for managing persistent storage in Flutter applications using the `shared_preferences` package. It provides a simple and efficient way to store, retrieve, upd [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jh_sharedprefsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
jh_sharedprefs: ^1.0.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:jh_sharedprefs/jh_sharedprefs.dart';