flutter_clean_starter 0.1.1
flutter_clean_starter: ^0.1.1 copied to clipboard
Skip the boilerplate. Start building Flutter apps the right way.
Changelog #
0.1.1 #
- Fix generated
UseCasebase class by adding aconstconstructor for constructor compatibility. - Prevent
const Get...UseCase(...)constructor errors in generated projects.
0.1.0+1 #
- Initial release
- Interactive project scaffolding with Clean Architecture
- BLoC, Cubit, and Riverpod support
- Dynamic feature module generation
- Dio client with interceptor pre-configured
- GetIt + Injectable dependency injection setup
- Optional Flutter Flavors configuration