prefs 4.1.0+3 copy "prefs: ^4.1.0+3" to clipboard
prefs: ^4.1.0+3 copied to clipboard

A Library Package that utilizes the plugin, shared_preferences, to store and read an app’s preferences in both the Android and the iOS platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add prefs

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

dependencies:
  prefs: ^4.1.0+3

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:prefs/prefs.dart';
15
likes
140
pub points
84%
popularity

Publisher

verified publisherandrioussolutions.com

A Library Package that utilizes the plugin, shared_preferences, to store and read an app’s preferences in both the Android and the iOS platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, shared_preferences, shared_preferences_web

More

Packages that depend on prefs