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

A package to make settings management easier with a beautiful and appealing user interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_settings
copied to clipboard

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.2
copied to clipboard

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';
copied to clipboard
7
likes
160
points
333
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

A package to make settings management easier with a beautiful and appealing user interface.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, property_change_notifier, shared_preferences

More

Packages that depend on easy_settings