Flutter Adaptive UI

Build responsive Flutter layouts for mobile, tablet, desktop, web, and foldables.

Test report

Verdict
In test queue
Tested
Environment
Pending

In the test queue — machine-screened (validator 85/100, 105★ repo), full install/trigger/output test scheduled.

What Flutter Adaptive UI does

Build, fix, review, and validate adaptive or responsive Flutter UIs for mobile, tablet, desktop, web, large screens, foldables, and mixed input devices. Use when creating breakpoint-driven layouts, responsive navigation, adaptive dialogs/lists/grids, keyboard/mouse/touch behavior, window-size decisions with MediaQuery or LayoutBuilder, or Capability and Policy patterns for platform-specific…

How to install Flutter Adaptive UI

git clone https://github.com/MADTeacher/mad-agents-skills
cp -r mad-agents-skills/flutter-adaptive-ui ~/.claude/skills/flutter-adaptive-ui

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Flutter Adaptive UI

  • /flutter-adaptive-ui Build responsive Flutter layouts for mobile, tablet, desktop, web, and foldables.

It also activates on plain-language prompts like these:

  • Make this Flutter screen adapt across mobile and desktop
  • Add breakpoint-driven navigation to this Flutter app
  • Fix this layout on foldable and large screens

Frequently asked questions

Is the Flutter Adaptive UI skill free?
Yes. The skill itself is free from MADTeacher/mad-agents-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Flutter Adaptive UI work with Claude Code?
It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
How do I install Flutter Adaptive UI?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Flutter Adaptive UI with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.