flutter_clean_starter 0.1.3
flutter_clean_starter: ^0.1.3 copied to clipboard
Skip the boilerplate. Start building Flutter apps the right way.
Changelog #
0.1.3 #
- Updated generated
injection.dartto auto-registerSharedPreferences,ApiInterceptor, andDioClientwithregisterLazySingleton. - Made generated DI setup idempotent using
isRegistered<T>()checks.
0.1.2 #
- Added GET,PUT,POST and PATCH methods with DioClient
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