flutter_architecture_generator 1.0.1 copy "flutter_architecture_generator: ^1.0.1" to clipboard
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: ApiClient now 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.
1
likes
0
points
75
downloads

Publisher

verified publisheracrocoder.com

Weekly Downloads

A CLI tool to scaffold professional Flutter Clean Architecture projects with BLoC, Riverpod, GoRouter, Dio, and best practices.

Repository (GitHub)
View/report issues

Topics

#cli #clean-architecture #code-generation #scaffolding #flutter

License

unknown (license)

Dependencies

args, mason_logger, path, yaml, yaml_edit

More

Packages that depend on flutter_architecture_generator