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

Make changes to your app's default behavior and appearance by changing parameter values — just like Firebase Remote Config, but locally.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add local_config

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

dependencies:
  local_config: ^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:local_config/local_config.dart';
0
likes
115
points
139
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Make changes to your app's default behavior and appearance by changing parameter values — just like Firebase Remote Config, but locally.

Repository (GitHub)
View/report issues

Topics

#local #config #management #persistence #storage

License

MIT (license)

Dependencies

boxy, collection, flutter, flutter_localizations, flutter_secure_storage, intl, re_editor, re_highlight, shared_preferences

More

Packages that depend on local_config