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

Libraries