create_project_aro 0.0.2
create_project_aro: ^0.0.2 copied to clipboard
This package generates a professional directory structure for Flutter projects with a focus on clean architecture.
Changelog #
0.0.1 - 2025-04-10 #
Added ✨ #
- Flutter project structure generator with different state managers
- Support for the following state managers:
- BLoC (--b)
- Provider (--p)
- Riverpod (--r)
- File generation options:
- Empty (--e): Generates empty files
- Demo (--d): Generates example code files
- Automatic base folder structure creation
- Flag validation system
- Specific structure creation for each state manager
- Confirmation messages with ASCII art
- Directory and project path handling
Features 🚀
- Automatic folder structure for presentation layer
- Integration with multiple state managers
- Flexible flag system for customized generation
- Support for demo and empty files
Technical ⚙️
- Asynchronous implementation for file handling
- Modular system for different state managers
- Flag validation using set intersection
- Directory handling using dart:io