preferences 1.3.0 copy "preferences: ^1.3.0" to clipboard
preferences: ^1.3.0 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.3.0

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
40
pub points
74%
popularity

Publisher

unverified uploader

Create Preference Screens easily with advanced features and subpages

Repository (GitLab)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on preferences