import_generator 0.0.2
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 #
- 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