Flutter Test Android Visually

Run a Flutter app on a connected Android device or emulator, capture real screenshots via adb, read the Dart + logcat logs, and verify the visible UI and runtime behavior match what a recent code change intended. Use whenever the user asks to "test the app", "run it on Android", "see the visual changes", "verify a UI fix", "check if my change works/renders", or otherwise wants empirical on-device confirmation that a Flutter change rendered correctly — even when they don't say "screenshot" or "logs". Handles launching with the right entry point and flags, waiting for the first real frame, navigating with adb input, capturing the screen, reading flutter + logcat output, and reporting a concrete verdict with evidence. Optionally diffs against a Figma reference when one is provided. Android only (iOS needs a Mac).

lukas-hinterleitner eec2d0d 9 files · 13.6 KB Updated

File contents

lukas-hinterleitner/visual-app-skills/tree/main/skills/flutter-test-android-visually commit eec2d0dcbf

Frequently asked questions

npx skillmds@latest add lukas-hinterleitner/flutter-test-android-visually