scaffoldio 0.0.4
scaffoldio: ^0.0.4 copied to clipboard
A premium project scaffolding tool for Flutter by Hiren Makwana. Build high-quality Ecommerce and Service apps in seconds.
1.0.0 #
- Initial version.
0.0.1 #
- Initial release of ScaffoldIo.
- Added 'ecommerce' template (Kapda UI).
- Added support for future 'service' templates.
0.0.2 #
- Fixed process execution error in CLI.
- Added interactive terminal support for Mason prompts.
- Updated documentation and LICENSE.
0.0.3 #
- Windows Support: Added
runInShellto resolveProcessExceptionon Windows systems. - Smart Scaffolding: Integrated
-o .logic to allow templates to be generated directly into existing project directories. - Conflict Management: Added
--on-conflict overwritefor a smoother, non-interruptive generation process. - Improved Messaging: Clearer terminal feedback during the pulling and generation phases.
0.0.4 #
- Fixed Flag Error: Resolved "Could not find an option named --git-url" by restructuring the internal execution flow to use
mason addcorrectly. - Improved Integration: Templates are now registered via
mason addbefore generation to ensure a clean local setup. - Workflow Optimization: The CLI now handles the "Add then Make" process automatically, requiring zero manual configuration from the user.
- Refined Merging: Enhanced the
-o .logic to ensure smoother merging with existing project structures.