in_app_settings 1.0.3 copy "in_app_settings: ^1.0.3" to clipboard
in_app_settings: ^1.0.3 copied to clipboard

A Flutter/Dart singleton manager for in-app settings with automatic type detection, supporting primitives, collections, maps, JSON, and optional custom storage delegates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add in_app_settings

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

dependencies:
  in_app_settings: ^1.0.3

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:in_app_settings/in_app_settings.dart';
2
likes
160
points
153
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter/Dart singleton manager for in-app settings with automatic type detection, supporting primitives, collections, maps, JSON, and optional custom storage delegates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

data_type_detector, flutter

More

Packages that depend on in_app_settings