export_generator 0.1.0 copy "export_generator: ^0.1.0" to clipboard
export_generator: ^0.1.0 copied to clipboard

The export_generator package simplifies the process of exporting all files in a directory hierarchy by automatically creating an export configuration file. The primary purpose is to identify and remov [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add export_generator

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

dependencies:
  export_generator: ^0.1.0

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:export_generator/add_line.dart';
13
likes
20
points
34
downloads

Publisher

verified publisherameurchemli.com

Weekly Downloads

The export_generator package simplifies the process of exporting all files in a directory hierarchy by automatically creating an export configuration file. The primary purpose is to identify and remove individual imports, generating a single configuration file that exports everything within the specified directory.

Repository (GitHub)

License

MIT (license)

Dependencies

args, flutter, path

More

Packages that depend on export_generator