flutter_agent_lens 1.3.0
flutter_agent_lens: ^1.3.0 copied to clipboard
Agent-first MCP server to debug, profile, and optimize running Flutter apps.
1.3.0 #
- Added stateful tracking tools:
start_tracking_rebuilds/stop_tracking_rebuilds,start_profiling/stop_profiling, andstart_network_capture/stop_network_capture. - Added the
get_memory_snapshottool to list active class allocations. - Added connection warnings when a Dart Tooling Daemon (DTD) URI is passed to
connect. - Fixed hot reload and hot restart hangs by dynamically checking service namespaces.
- Fixed isolate ID and library cache clearing after a hot restart.
1.2.0 #
- Added
take_screenshottool to capture native or Skia device screenshots, with automatic fallback to native captures when Impeller is active. - Added
hot_restarttool to trigger application state resets, with improved diagnostic messages when running without a host connection. - Added
get_widget_treetool to recursively retrieve the active widget tree with local project widget filtering. - Added memory snapshot tools (
save_snapshot,compare_snapshots,list_snapshots) to cache and calculate class allocation differences.
1.1.0 #
- Added the
compare_layout_screenshotstool to capture, verify, and highlight visual differences in layout screens. - Added parameters to select the capture type (
deviceorskia) and specify target devices.
1.0.0 #
- Initial version.