constant_keys_generator 1.0.4 copy "constant_keys_generator: ^1.0.4" to clipboard
constant_keys_generator: ^1.0.4 copied to clipboard

A genarator for create constant keys file from json file.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add constant_keys_generator

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

dependencies:
  constant_keys_generator: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:constant_keys_generator/builder.dart';
import 'package:constant_keys_generator/builder_config.dart';
import 'package:constant_keys_generator/file_config.dart';
import 'package:constant_keys_generator/util.dart';
import 'package:constant_keys_generator/yaml_util.dart';
10
likes
140
points
21
downloads

Publisher

verified publishertksvietnam.com

Weekly Downloads

A genarator for create constant keys file from json file.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build, glob, yaml

More

Packages that depend on constant_keys_generator