prefs_config 0.9.1 copy "prefs_config: ^0.9.1" to clipboard
prefs_config: ^0.9.1 copied to clipboard

Dart Plugin for generating Settings/Preference screen for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add prefs_config

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

dependencies:
  prefs_config: ^0.9.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:prefs_config/prefs_config.dart';
2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Dart Plugin for generating Settings/Preference screen for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on prefs_config