Releases: ai-dashboad/flutter-skill
Releases · ai-dashboad/flutter-skill
Release list
v0.9.37
What's Changed
- feat: named server registry and --server flag for CLI commands by @vinifig in #38
- feat: improve skill review scores (+17% avg) by @rohan-tessl in #47
- fix: resolve MCP server startup crash on macOS (issue #46) by @mlab817 in #51
- fix: fall back to Dart on
native binary spawn errors; drop retired macOS x64 CI target by @ihancock in #55 - fix(hot-reload): drive Flutter Tools' reloadSources/hotRestart VM services so hot_reload/hot_restart actually apply changes by @pierre-cheneau in #58
- fix: prefer topmost route when resolving tap/enter_text by text/key by @ReniDelonzek in #53
- fix(input): reliable synthetic pointer engine — single activation, timestamps, drag hold, hittable flag, screenshot geometry by @pierre-cheneau in #59
- fix(release): keep the tag on main and push it atomically by @charliewwdev in #64
- chore: make release.sh the only release entrypoint by @charliewwdev in #65
- fix(server): survive malformed JSON-RPC frames instead of exiting by @charliewwdev in #60
- fix(npm): vendor the current Dart sources instead of a v0.9.1 snapshot by @charliewwdev in #61
- fix(npm): make the Dart fallback usable on Windows and diagnose failures by @charliewwdev in #63
New Contributors
- @vinifig made their first contribution in #38
- @rohan-tessl made their first contribution in #47
- @mlab817 made their first contribution in #51
- @ihancock made their first contribution in #55
- @pierre-cheneau made their first contribution in #58
- @ReniDelonzek made their first contribution in #53
Full Changelog: v0.9.35...v0.9.37
v0.9.34
v0.9.33
v0.9.32
v0.9.31
v0.9.30
v0.9.29
v0.9.28
v0.9.27
v0.9.26
🐛 Bug Fixes
- Added
--chrome-port=Nas an alias for--cdp-port=N - Fixed FormatException when parsing
--chrome-portparameter - Auto-detection for existing Chrome instances
- Reuse logged-in Chrome sessions (preserves Reddit, Twitter, Google logins)
📝 Usage
# Connect to existing Chrome (port 18800)
flutter-skill serve https://reddit.com --chrome-port=18800
# Or use --cdp-port (same effect)
flutter-skill serve https://reddit.com --cdp-port=18800🎯 Impact
- ✅ No need to re-login to websites
- ✅ Works with existing Chrome instances
- ✅ Better compatibility with OpenClaw and other tools
Full changelog: CHANGELOG.md