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

discontinuedreplaced by: pref

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: ^5.2.1

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';
48
likes
40
pub points
73%
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