local_config 0.0.2 copy "local_config: ^0.0.2" to clipboard
local_config: ^0.0.2 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.0.2

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
135
points
24
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, flutter_secure_storage, get_it, intl, provider, re_editor, re_highlight, shared_preferences

More

Packages that depend on local_config