Merged
Conversation
- Add flutter-skill devcontainer feature definition - Add install.sh for npm/dart installation - Add workflow for publishing to GHCR
charliewwdev
pushed a commit
that referenced
this pull request
Feb 9, 2026
Bug fixes: - #1: connect_app/launch_app/scan_and_connect now auto-switch active session (eliminates session stacking causing "Service connection disposed" errors) - #3: Screenshot waits for frame render via endOfFrame before capture (fixes stale screenshots after navigation) - #6: assert_text falls back to reading child Text widgets (fixes null result for button text) - #8: screenshot_region now supports save_to_file (default: true) (prevents token overflow from large base64 output) - #9: get_errors supports limit/offset pagination (default: 50) (prevents token overflow from accumulated errors) - #10: inspect() filters to current page only by default (excludes off-screen elements from background pages) - #4: enter_text works without key - enters into focused TextField (tap a field first, then enter_text(text: "value")) New feature: - Network monitoring: enable_network_monitoring, get_network_requests, clear_network_requests tools for checking API responses after interactions Uses Dart VM Service HTTP profiling (captures all dart:io HTTP traffic)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Usage
{ "features": { "ghcr.io/ai-dashboad/flutter-skill/flutter-skill:latest": {} } }Test plan