gen_global_config 0.1.5 copy "gen_global_config: ^0.1.5" to clipboard
gen_global_config: ^0.1.5 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 Dart:

 $ dart pub add gen_global_config

With Flutter:

 $ flutter pub add gen_global_config

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

dependencies:
  gen_global_config: ^0.1.5

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

unknown (license)

Dependencies

analyzer, build, collection, flutter, flutter_web_plugins, meta, source_gen, yaml

More

Packages that depend on gen_global_config