gen_global_config 0.1.1 copy "gen_global_config: ^0.1.1" to clipboard
gen_global_config: ^0.1.1 copied to clipboard

a generator for global config and modify file

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.1

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

a generator for global config and modify file

Homepage

License

unknown (license)

Dependencies

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

More

Packages that depend on gen_global_config