Skip to main content
Run any Skill in Manus
with one click
$pwd:

using-fdb

// Uses fdb (Flutter Debug Bridge) CLI to interact with running Flutter apps on devices and simulators. Launches, hot reloads, screenshots, reads app logs (`fdb logs`) and native system logs (`fdb syslog` โ€” Android logcat, iOS syslog, macOS log), fetches OS-level crash records (`fdb crash-report` โ€” jetsam, LMK, native .ips), inspects widget trees, describes screens including off-screen GridView/ListView children, taps/inputs/scrolls/swipes/navigates, and forces garbage collection (`fdb gc`). Use when launching a Flutter app on device, hot reloading, taking screenshots, reading app or native system logs, diagnosing native crashes (jetsam, LMK), fetching post-mortem crash reports, inspecting or describing the UI, interacting with widgets via fdb, or forcing a GC to disambiguate live-retained vs unreachable-but-uncollected memory.

$ git log --oneline --stat
stars:29
forks:4
updated:May 6, 2026 at 11:53
SKILL.md
readonly