flutterstart 0.3.2
flutterstart: ^0.3.2 copied to clipboard
A review-first CLI for creating deterministic, production-ready Flutter projects.
Changelog #
0.3.2 #
- Fixed
doctorreporting a stale hardcoded0.1.0as the FlutterStart version. The banner now shows the real product version; the engine-version compatibility gate keeps comparing the recipe lock against the engine version the build implements.
0.3.1 #
- Expanded README with full command reference, capability catalog tables, configuration and JSON output docs, exit codes, and an upcoming-only roadmap.
0.3.0 #
- Added the optional Application Foundation configurator section with app initialization, environment configuration, flavors, logging, error handling, themes, localization, and project-structure selections.
- Added deterministic in-package foundation resources and catalog-driven compatibility for every officially supported foundation option.
- Added Recommended and Minimal foundation presets while preserving the pre-0.3 output when the section is skipped.
- Added
schema_version: 3config files. Version 1 and 2 inputs migrate on read; relocated organization and localization selections retain stable IDs. - Added structured foundation selections and compatibility findings to JSON plan output.
- Added the bounded real-Flutter foundation CI matrix. macOS and Linux are blocking; Windows remains Provisional.
0.2.0 #
- Added the versioned Capability Catalog and configurable architecture, state-management, routing, backend, dependency-injection, data-modeling, local-storage, localization, and logging selections.
- Added Recommended, Customize, and Minimal setup modes with versioned YAML configuration and catalog-driven compatibility validation.
0.1.0 #
- Added deterministic, review-first Flutter project creation.
- Added explicit approval before destination materialization.
- Added plan inspection, deferred apply, recovery, and validation commands.
- Added protected-file, staleness, redaction, and package-boundary safety gates.
0.0.1 #
- Initial FlutterStart CLI release.
- Added Flutter SDK detection.
- Added
doctorcommand. - Added basic
createcommand. - Added version and help output.