gen_global_config 0.2.0
gen_global_config: ^0.2.0 copied to clipboard
Generate global configuration code through YAML files, and easily modify other files such as Android architecture, app name, iOS name, version, and other native project files through the generator
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gen_global_configThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gen_global_config: ^0.2.0Alternatively, 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:gen_global_config/gen_global_config.dart';