settings_provider 0.3.0 copy "settings_provider: ^0.3.0" to clipboard
settings_provider: ^0.3.0 copied to clipboard

A library for providing declarative configuration of app settings (wraper for shared_preference).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add settings_provider

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

dependencies:
  settings_provider: ^0.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:settings_provider/settings_provider.dart';
6
likes
160
pub points
43%
popularity
screenshot

Publisher

unverified uploader

A library for providing declarative configuration of app settings (wraper for shared_preference).

Repository (GitHub)
View/report issues

Topics

#settings #settings-management

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, nested, shared_preferences

More

Packages that depend on settings_provider