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

outdated

A simplified version of SharedPreferences and other pre-defined functions.

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.6

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 and other pre-defined functions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, in_app_purchase, in_app_purchase_android, shared_preferences

More

Packages that depend on onepref