Replies: 1 comment
-
|
@valeriM1 excellent question, we are looking into dart support soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I read that MCP officially supports automation for native apps only, but I'm wondering if there's any workaround for automating Flutter applications.
Specifically, since mobile MCP can operate through structured accessibility snapshots or coordinate-based taps derived from screenshots, is it still possible to automate a Flutter app using either of these mechanisms — even if it's not officially supported?
So far, I’ve been able to successfully launch a Flutter app and capture screenshots from it via MCP.
However, I haven't been able to trigger interactions like entering text via mobile_type_keys, or any taps or input actions in general.
Are there known limitations when it comes to Flutter UI accessibility? Or would some kind of app-side modifications (e.g. enabling certain accessibility flags or exposing native bridges) make automation possible?
Any insights, guidance, or examples would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions