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

CLI App to generate environment files

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add envgenerator

With Flutter:

 $ flutter pub add envgenerator

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

dependencies:
  envgenerator: ^1.0.4

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:envgenerator/envgenerator.dart';
2
likes
130
points
54
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI App to generate environment files

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

json_annotation

More

Packages that depend on envgenerator