v0.3.0 — Run & Incremental Rebuild
What's New
runcommand (alias:r) — Launch Flutter apps with a local engine build. No more typing verbose--local-engineflags manually.- Incremental rebuilds —
build enginenow auto-skips GN whenbuild.ninjaalready exists, making rebuild cycles faster. --gn/--no-gnflags — Explicit control over the GN step inbuild engine.
Usage
# Run app with local engine
flutter_compile run
# Short alias
flutter_compile r
# Forward args to flutter run
flutter_compile run -p ios --simulator -- -d "iPhone 15"
# Incremental rebuild (GN auto-skipped)
flutter_compile build engine
# Force GN re-run
flutter_compile build engine --gnFull Changelog: v0.2.0...v0.3.0