flutter_architecture_generator 1.0.1
flutter_architecture_generator: ^1.0.1 copied to clipboard
A CLI tool to scaffold professional Flutter Clean Architecture projects with BLoC, Riverpod, GoRouter, Dio, and best practices.
1.0.1 - 2026-02-21 #
- β¨ Improved:
ApiClientnow uses environment variables (flutter_dotenv) for the base URL instead of a hardcoded string.
1.0.0 - 2026-02-21 #
- ποΈ Clean Architecture scaffolding with domain, data, and presentation layers.
- β‘ Four state management options: BLoC, Riverpod, Provider, and GetX.
- πΊοΈ Routing support: GoRouter and AutoRoute with auto-registration.
- π Dependency Injection with GetIt β auto-wired for every feature.
- π Dio HTTP client with interceptors, timeouts, and base configuration.
- βοΈ Freezed & JSON Serializable model generation.
- π Auth feature scaffolding with premium Login & Register pages.
- π Localization (L10n) with ARB files and
flutter_localizations. - π₯ Firebase integration support (optional).
- π¨ Material 3 theming with light and dark mode.
- π Environment files (.env.dev / .env.prod) with auto-generated .gitignore.
- π§ͺ Unit tests with repository test scaffolding.
- π¦ Latest package versions from pub.dev.