Skip to content

Releases: ai-dashboad/flutter-skill

v0.9.37

Choose a tag to compare

@github-actions github-actions released this 01 Sep 11:59

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

Full Changelog: v0.9.35...v0.9.37

v0.9.34

Choose a tag to compare

@github-actions github-actions released this 23 Mar 14:59

Full Changelog: v0.9.33...v0.9.34

v0.9.33

Choose a tag to compare

@github-actions github-actions released this 23 Mar 03:14

Full Changelog: v0.9.32...v0.9.33

v0.9.32

Choose a tag to compare

@github-actions github-actions released this 23 Mar 03:10

Full Changelog: v0.9.31...v0.9.32

v0.9.31

Choose a tag to compare

@github-actions github-actions released this 23 Mar 03:01

Full Changelog: v0.9.30...v0.9.31

v0.9.30

Choose a tag to compare

@github-actions github-actions released this 22 Mar 14:20

Full Changelog: v0.9.29...v0.9.30

v0.9.29

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:26

Full Changelog: v0.9.28...v0.9.29

v0.9.28

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:04

Full Changelog: v0.9.27...v0.9.28

v0.9.27

Choose a tag to compare

@github-actions github-actions released this 18 Mar 18:33

Full Changelog: v0.9.26...v0.9.27

v0.9.26

Choose a tag to compare

@charliewwdev charliewwdev released this 17 Mar 07:48

🐛 Bug Fixes

  • Added --chrome-port=N as an alias for --cdp-port=N
  • Fixed FormatException when parsing --chrome-port parameter
  • 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