这是indexloc提供的服务,不要输入任何密码

import_generator 0.0.2 copy "import_generator: ^0.0.2" to clipboard
import_generator: ^0.0.2 copied to clipboard

A Dart CLI tool to generate a single exports file from your lib folder.

import_generator #

A Dart CLI tool to generate a single all_exports.dart file from your lib/ folder.

🚀 Features #

  • Auto-generates a clean, categorized export file.
  • Supports Flutter, Dart core, external packages, and project files.

🛠 Usage #

  1. Add the dependency:
dev_dependencies:
  import_generator: ^0.0.2


# import_generator

A Dart CLI tool that automatically generates a single `all_exports.dart` file for your project, simplifying the task of organizing and categorizing imports across your project.

## 🚀 Features

- Automatically generates a clean and categorized `all_exports.dart` file.
- Supports Flutter, Dart core, external packages, and project-specific files.


### 1. Setup the config file

Run the following command to generate the `all_exports.dart` file:

```shell
dart run import_generator
2
likes
150
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart CLI tool to generate a single exports file from your lib folder.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #generator #export #import

Documentation

API reference

License

MIT (license)

Dependencies

path, yaml

More

Packages that depend on import_generator