super_shared_preferences 0.0.2 copy "super_shared_preferences: ^0.0.2" to clipboard
super_shared_preferences: ^0.0.2 copied to clipboard

Shared library that can read and write data on Android SharedPres files with SharedName.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_shared_preferences

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

dependencies:
  super_shared_preferences: ^0.0.2

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:super_shared_preferences/super_shared_preferences.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Shared library that can read and write data on Android SharedPres files with SharedName.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on super_shared_preferences