lazy_flutter_cli 1.0.0
lazy_flutter_cli: ^1.0.0 copied to clipboard
An interactive Next.js-style CLI tool for Flutter developers to scaffold project structures (Clean Architecture, MVVM) with BLoC, Riverpod, Provider, and generate feature modules instantly.
1.0.0 #
- Initial release of
lazy_flutter_cli. - Interactive Next.js-style project creation (
lazy create). - Feature module code generator (
lazy g feature). - Support for Clean Architecture, MVVM, Feature-First, BLoC, Riverpod, Provider, GetX, GoRouter, Dio, and
lazy_asset_generator. - Multiple executable command aliases (
lazy,lazy_flutter,flutter_lazy,flutter-lazy). - Smooth in-place terminal option rendering without redundant newlines (
TerminalSelector). - Upgraded dependencies (
flutter_bloc ^9.0.0,flutter_riverpod ^2.6.1,go_router ^14.8.0,dio ^5.8.0,get_it ^8.0.3,flutter_lints ^6.0.0).