shared_prefs_manager 0.0.1 copy "shared_prefs_manager: ^0.0.1" to clipboard
shared_prefs_manager: ^0.0.1 copied to clipboard

A Dart package for easily using SharedPreferences. Provides access to the majority of SharedPreference's API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shared_prefs_manager

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

dependencies:
  shared_prefs_manager: ^0.0.1

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

Publisher

verified publisherlok.ninja

Weekly Downloads

A Dart package for easily using SharedPreferences. Provides access to the majority of SharedPreference's API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on shared_prefs_manager