getx_boilerplate_cli 1.0.8
getx_boilerplate_cli: ^1.0.8 copied to clipboard
Command-line interface to generate premium Flutter starter boilerplates utilizing GetX and Clean Architecture.
1.0.8 #
- Restructured feature folders (
data,presentation/controller,presentation/screen,presentation/widget) globally. - Refactored
CommonTextusages to resolve internaltextThemeconflicts and improve flexibility.
1.0.7 #
- Added UI & Features Gallery screenshots to documentation.
1.0.6 #
- Added comprehensive parameter and field documentation tables for all 32 custom common widgets.
1.0.5 #
- Added package usage example.
- Fixed homepage URL verification issues on pub.dev.
1.0.4 #
- Added documentation and examples for context.appColors theme extensions.
1.0.3 #
- Fully unified package documentation. Added complete details for architectures (Dependency Injection, Routing, Network Clients), a full step-by-step feature generation guide, and comprehensive usage guides for Core Services, Utility Helpers, App Theme tokens, and the Shared Base Controller.
1.0.2 #
- Expanded pub.dev documentation with a complete Custom Widgets Encyclopedia, styling extensions, and permission/launcher helpers.
1.0.1 #
- Improved pub.dev and repository documentation with high-quality styling, badges, and folder structure.
1.0.0 #
- Initial release of the GetX Boilerplate CLI tool.
- Added
createcommand to clone the template and customize package name, imports, and folders.