easy_shared_preferences 1.1.0 copy "easy_shared_preferences: ^1.1.0" to clipboard
easy_shared_preferences: ^1.1.0 copied to clipboard

A flexible, hierarchical wrapper for flutter's shared_preferences package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_shared_preferences

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

dependencies:
  easy_shared_preferences: ^1.1.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:easy_shared_preferences/easy_shared_preferences.dart';
2
likes
160
points
179
downloads

Publisher

verified publisherzeyus.com

Weekly Downloads

A flexible, hierarchical wrapper for flutter's shared_preferences package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logging, shared_preferences

More

Packages that depend on easy_shared_preferences