ub_code_structure 0.0.5
ub_code_structure: ^0.0.5 copied to clipboard
CLI scaffolding package to initialize a modular GetX Flutter structure and generate feature modules.
0.0.1 #
- Initial public release of
ub_code_structure. - Added
initCLI to scaffold base modular GetX app structure. - Added
createCLI to generate feature modules with optional model/repository files. - Added support for
--dry-run,--force, and--flatgeneration modes. - Improved package docs, usage examples, and publishing guidance.
0.0.2 #
- Updated package metadata and publishing setup for pub.dev release.
- Expanded Dartdoc coverage for key public APIs to improve pub points.
- Added stricter analysis guidance for API documentation quality.
0.0.3 #
- Change git url
0.0.4 #
- splash and dashboard view add.
- main dart add theme file.
- version 0.0.4 publish
0.0.5 #
- Added complete login flow with email/password form using shared UI components.
- Added reusable
PrimaryPasswordTextFieldwith password visibility toggle. - Implemented registration form with profile image picker, gender, DOB, mobile, role, password, and confirm password fields.
- Connected shared validators across auth forms and fixed email/mobile regex validation behavior.
- Added auth routing updates (
splash -> login,signup -> registration) and dashboard navigation. - Added dashboard argument handling to display logged-in user email and password.