onepref 0.0.5 copy "onepref: ^0.0.5" to clipboard
onepref: ^0.0.5 copied to clipboard

outdated

A simplified version of SharedPreferences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add onepref

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

dependencies:
  onepref: ^0.0.5

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:onepref/onepref.dart';
22
likes
0
points
126
downloads

Publisher

verified publisherdingi.icu

Weekly Downloads

A simplified version of SharedPreferences.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on onepref