Skip to content

riverpod_devtools v0.6.0

Choose a tag to compare

@yutsuki3 yutsuki3 released this 26 Jun 09:25
· 121 commits to main since this release
e974a70

riverpod_devtools 0.6.0

Published to pub.dev: https://pub.dev/packages/riverpod_devtools/versions/0.6.0

MCP Integration

  • Added a bundled MCP server (dart run riverpod_devtools:riverpod_devtools_mcp) so AI tools like Claude Code can read live Riverpod provider event logs from a running app. See MCP.md.
  • RiverpodDevToolsObserver now starts a local, debug-only HTTP server (localhost:8788) that the MCP server reads from.
  • HTTP server start failures are now logged via dart:developer instead of being silently swallowed.

Breaking Changes

  • Raised minimum SDKs to Dart ^3.7.0 and Flutter >=3.32.0 to accommodate the MCP server's dart_mcp dependency. If you can't upgrade yet, stay on riverpod_devtools: ^0.5.0.

Other

  • Added tool/release.sh to automate version sync across the package, the DevTools extension config, and the extension source package, plus the extension build/copy step.

Full diff: v0.4.4...v0.6.0