Flutter Folder Generator
A Flutter package that helps developers automatically generate specific folders in the lib directory to help organize the project structure.
Features
- Automatically generates the following folders in the
libdirectory:configconstantextensionmodelmodulerepositoryservicewidget
This helps in setting up a well-organized folder structure, making it easier for developers to manage their Flutter project.
Getting started
To use this package, add it to your pubspec.yaml file:
dependencies:
flutter_folder_generator: ^1.0.0
---
### Key Points:
- The `Usage` section explains **exactly what command to run** to use the package.
- The folder structure is explicitly shown, so users understand the output.
- The instructions assume you include the Dart script (`tool/generate_folders.dart`) as part of your package or expect users to add it manually. If you plan to provide the script directly within your package, make sure to mention this explicitly.
This updated `README.md` will guide your users on how to utilize your package effectively.