preferences 1.0.6 copy "preferences: ^1.0.6" to clipboard
preferences: ^1.0.6 copied to clipboard

discontinuedreplaced by: pref
outdated

Create Preference Screens easily with advanced features and subpages

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add preferences

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

dependencies:
  preferences: ^1.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:preferences/preferences.dart';
47
likes
0
pub points
74%
popularity

Publisher

unverified uploader

Create Preference Screens easily with advanced features and subpages

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on preferences