flgen 0.0.1+6
flgen: ^0.0.1+6 copied to clipboard
CLI to scaffold Flutter architecture and features.
📁 Generated Folder Structure #
lib/
├── core/
│ ├── animations/
│ ├── config/
│ ├── constants/
│ ├── errors/
│ ├── routes/
│ ├── theme/
│ ├── utils/
│ └── widgets/
├── features/
│ └── example_feature/
│ ├── domain/
│ ├── infrastructure/
│ └── presentation/
│── main.dart
│── .env
└── .env.dev