init_pro 0.4.0+7
init_pro: ^0.4.0+7 copied to clipboard
A command-line tool for Flutter projects to generate boilerplate code and clean architecture setup.
Changelog #
0.1.0 #
- Initial release of
init-pro. - Added commands to initialize Flutter projects with clean architecture.
- Feature-based folder structure generation.
- Helper files creation.
0.2.0 #
- added feature to add dependencies to the project
pubspec.yaml.
0.3.0 #
- documentation update.
0.4.0 #
- Commands improvements.
- Bug fix.
- Code boilerplate updated and some added.
0.4.0+1 #
- Theme boilerplate code added.
0.4.0+2 #
- bug fix.
0.4.0+3 Jan 06,2025 #
New Features #
- Common Components/widgets Generations:
-Added support for generating reusable UI components view CLI commands:
-
ElevatedButton-TextButton-SearchField-Checkbox-BottomNavigationBar-CustomAppBar-Progress Indicators (Circular & Linear)-Hero- +25 more components
Improvements #
- Enhanced CLI structure to support new commands seamlessly.
Notes #
- This release focuses on making UI components generation more developer-friendly and efficient.
- It simplifies repetitive tasks by automating the creation of commonly used UI components.
0.4.0+6 #
- Documentation update.
0.4.0+7 #
- Minor bug fix.