easy_settings 1.0.0 copy "easy_settings: ^1.0.0" to clipboard
easy_settings: ^1.0.0 copied to clipboard

A package to make settings management easier.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_settings

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

dependencies:
  easy_settings: ^1.0.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:easy_settings/easy_settings.dart';
7
likes
150
pub points
67%
popularity

Publisher

unverified uploader

A package to make settings management easier.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, flutter, property_change_notifier, shared_preferences

More

Packages that depend on easy_settings