archsmith 0.2.0
archsmith: ^0.2.0 copied to clipboard
Interactive, safe Flutter architecture and feature generator.
Changelog #
0.2.0 #
- Added a reusable shared widget layer with centralized component defaults.
- Added
archsmith widgetfor architecture-independent common UI components. - Generated pages now reuse the shared
AppScaffold. - Added structured API contracts and typed Dio/HTTP client generation through
archsmith api. - Added shared request contexts and centralized success-envelope/error classification for generated API clients.
- Expanded compatibility to Dart 3.0 and Flutter 3.10 or newer.
0.1.1 #
- Corrected GitHub repository, homepage, and issue-tracker metadata.
- Added public API documentation for improved generated API reference quality.
0.1.0 #
- Initial interactive and non-interactive CLI.
- Four architecture styles and common component generators.
- Safe dry-run, overwrite, skip, and idempotency behavior.
- Runtime-protection profiles and native adapter boundary.
- Doctor checks, configuration persistence, tests, and documentation.