fluttercraft 0.1.0
fluttercraft: ^0.1.0 copied to clipboard
Cross-platform Flutter build CLI - Craft Your Flutter Builds with Precision.
0.1.0 - 2025-12-15 #
⚠️ Breaking Changes #
- Breaking: Renamed
auto_confirm→no_confirmin Shorebird config (update yourfluttercraft.yaml)
✨ New Features #
- Edit before build - Type
eat confirmation to modify the build command interactively - Reload command - Added
reload/rcommand in shell to hot-reload config from disk - Improved help - Updated help format with proper sections
🐛 Bug Fixes #
- fix: Removed
--releaseflag from Shorebird builds (per official docs: "never add --release when using shorebird") - fix: Shorebird artifact now correctly derived from build type
📝 Documentation #
- Cleaner YAML format in generated
fluttercraft.yaml(comments above lines, no uppercase labels) - Added
@read-onlyannotation for derived config values
0.0.6 - 2025-12-15 - Initial Release #
Craft Your Flutter Builds with Precision
✨ Key Features #
- Interactive Shell - Continuous REPL for rapid development
- Streamlined Build Process - Build, version, and deploy in one flow
- Seamless Integrations - FVM, Shorebird, auto-determine versions and context
- Custom Command Aliases - Define reusable command sequences via
flc run <alias>
📦 Installation #
# From pub.dev
dart pub global activate fluttercraft
# From binary
# Download fluttercraft.exe from releases
0.0.5 - 2025-12-15 #
- feat: Add BuildConfig for YAML-based project configuration, FVM integration, and update documentation and gitignore
- refactor: FlutterCraft (renamed ALL)
- fix: Complete rename to fluttercraft, also alias flb to flc
- fix: Auto-detect FVM Flutter version from
.fvmrc - fix: Auto-detect Shorebird app_id from
shorebird.yaml
0.0.4 - 2025-12-13 #
- New
gencommand - Generatefluttercraft.yamlwith--forceflag support - Smart defaults - CLI works without config file, reads from
pubspec.yaml - Warning banner - Shows message when
fluttercraft.yamlis missing
0.0.3 #
- Shell mode improvements
- Build logging enhancements
- Version management fixes
1.0.0 #
- Initial version.