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

Configuration generator from json files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add default_config_generator

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

dependencies:
  default_config_generator: ^0.1.1

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:default_config_generator/default_config_generator.dart';
1
likes
90
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Configuration generator from json files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, build, build_config, built_collection, code_builder, dart_style, default_config_annotation, json5, recase, source_gen

More

Packages that depend on default_config_generator