fdb
Launch, inspect, and control Flutter apps from the terminal
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install fdb?โผ
Run `npx skills add andrzejchm/fdb --all -g -y` in your terminal to install all skills in this suite globally.
What does fdb do for Flutter development?โผ
fdb lets an agent launch a Flutter app on a device or simulator, hot reload code changes, take screenshots, read logs, and inspect the widget tree, all from the terminal.
Can fdb interact with app UI automatically?โผ
Yes. With the fdb_helper package added to your app, fdb can tap, swipe, scroll, enter text, and navigate back using widget keys, text, or screen coordinates.
Does fdb work with Claude Code and Cursor?โผ
Yes. fdb is a plain bash CLI, so it works with any agent that can run terminal commands, including Claude Code, OpenCode, Cursor, and CI scripts.
Can fdb help diagnose app crashes and memory leaks?โผ
Yes. It fetches OS-level crash reports, streams native system logs, forces garbage collection, and captures heap snapshots you can diff to find leaks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core