basic_settings 1.0.0+1 copy "basic_settings: ^1.0.0+1" to clipboard
basic_settings: ^1.0.0+1 copied to clipboard

Model for individual settings based on a Hive box and MobX observables, and associated UI

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add basic_settings

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

dependencies:
  basic_settings: ^1.0.0+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:basic_settings/basic_settings.dart';
1
likes
110
pub points
0%
popularity

Publisher

verified publisherinside.holvonix.com

Model for individual settings based on a Hive box and MobX observables, and associated UI

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, flutter_localizations, flutter_mobx, hive, logging, meta, mobx, provider

More

Packages that depend on basic_settings