flutter_clean_starter 0.1.5
flutter_clean_starter: ^0.1.5 copied to clipboard
Skip the boilerplate. Start building Flutter apps the right way.
Changelog #
0.1.5 #
- Fixed generated
injection.dartto register feature-level repositories, use cases, and BLoC/Cubit factories in GetIt. - Prevents runtime errors like
Object/factory with type AuthCubit is not registered inside GetIt.
0.1.4 #
- Generated
app.dartnow includesMultiBlocProviderfor BLoC/Cubit projects. - Auto-registers providers for selected features using
sl<...>()and triggers initial load calls. - Generated Riverpod apps now wrap root with
ProviderScope.
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