ironship 2.0.0
ironship: ^2.0.0 copied to clipboard
A developer-first Flutter scaffolding CLI that simplifies Day 0 setup, generates production-ready architecture, foundation templates, and feature modules.
Changelog #
All notable changes to Flutter Forge will be documented in this file.
The format is inspired by Keep a Changelog and follows semantic versioning principles.
2.0.0 - 2026-06-22 #
🚀 Ironship V2 Release #
Added #
- Interactive Discovery Engine
- Architecture Recommendation Engine
- Technology Compatibility Engine
- Recommendation Rules Registry
- Developer Override Engine
- Final Project Blueprint Engine
- State Management Generator
- Router Generator
- Session Generator
- Environment Generator
- End-to-End
forge initintegration - Aggregated package installation
- CLI help improvements
- Release assets and examples
Improved #
- Developer experience for project initialization
- Architecture selection workflow
- Project generation pipeline
Notes #
This is the official V2 release of Ironship.
V2 transforms Ironship from a Flutter project generator into an intelligent Flutter architecture assistant.
1.0.2 - 2026-06-21 #
Improved #
- Added global installation instructions
- Added PATH configuration guides for macOS, Linux and Windows
- Added troubleshooting section for
forge: command not found - Updated onboarding documentation
- Improved first-time user experience
1.0.1 - 2026-06-21 #
- Added automatic dependency installation during
forge init. - Generated Flutter projects now install required packages automatically (
dio). - Improved first-time consumer onboarding experience discovered during external acceptance testing.
Verified #
- External repository cloning.
- Project initialization.
- Architecture injection.
- Foundation template generation.
- Feature generation.
- Duplicate project protection.
- Duplicate feature protection.
flutter analyzevalidation.dart analyzevalidation.- Invalid command handling.
1.0.0 - 2026-06-20 #
Added #
CLI Commands
forge init <project_name>forge add feature <feature_name>
Core Features
- Golden Flutter project architecture.
- Architecture injector.
- Foundation template generator.
- Feature generator.
- Documentation suite.
- End-to-end QA verification.
0.4.0-documentation-complete #
Added #
- CLI command documentation.
- Architecture documentation.
- Release workflow documentation.
- Developer onboarding guides.