gen_global_config 0.1.9 copy "gen_global_config: ^0.1.9" to clipboard
gen_global_config: ^0.1.9 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_config

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

dependencies:
  gen_global_config: ^0.1.9

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:gen_global_config/gen_global_config.dart';
1
likes
115
points
46
downloads

Documentation

API reference

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

Repository

License

MIT (license)

Dependencies

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

More

Packages that depend on gen_global_config