flutter_base_kit 1.0.2
flutter_base_kit: ^1.0.2 copied to clipboard
A comprehensive Flutter development kit with base classes, utilities, and common patterns for faster app development.
1.0.2 #
- Fix verbose flag support for init command
- Improve CLI argument parsing
1.0.1 #
- Fix template path resolution for globally installed package
- Improve CLI tool compatibility with pub.dev installation
1.0.0 #
- Initial release
- Flutter app template generator with modular CLI
- Support for app, package, and package+tester templates
- Built-in routing, DI, networking, localization, and theme system
- Global CLI tool with
flutter_base_kit
andfbkit
commands - Template customization with organization and template type options
0.0.1 #
- Initial Package
- Flutter app template with routing, DI, networking, localization, and theme system
- Provides base structure for new Flutter applications