jh_sharedprefs 1.0.0 copy "jh_sharedprefs: ^1.0.0" to clipboard
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_sharedprefs

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

dependencies:
  jh_sharedprefs: ^1.0.0

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:jh_sharedprefs/jh_sharedprefs.dart';
0
likes
150
points
24
downloads

Publisher

verified publisheralibenjahlan.site

Weekly Downloads

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, update, and delete data in key-value pairs

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on jh_sharedprefs