flutter_clean_starter 0.1.5 copy "flutter_clean_starter: ^0.1.5" to clipboard
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.dart to 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.dart now includes MultiBlocProvider for 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.dart to auto-register SharedPreferences, ApiInterceptor, and DioClient with registerLazySingleton.
  • 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
8
likes
160
points
178
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Skip the boilerplate. Start building Flutter apps the right way.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, path

More

Packages that depend on flutter_clean_starter