local_config 0.0.2
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';