Che cos'è flutter-layout?
Come creare il layout della tua app utilizzando i widget di layout e il sistema di vincoli di Flutter Fonte: flutter/skills.
Come creare il layout della tua app utilizzando i widget di layout e il sistema di vincoli di Flutter
Installa rapidamente la skill AI flutter-layout nel tuo ambiente di sviluppo tramite riga di comando
Fonte: flutter/skills.
Goal Constructs robust, responsive Flutter user interfaces by composing layout widgets, managing constraints, and implementing adaptive design patterns. Assumes the target environment has the Flutter SDK installed and the user is familiar with Dart syntax and state management fundamentals.
Analyze the UI requirements and select the appropriate base layout widgets using the following decision tree:
Enforce Flutter's core layout rule: Constraints go down. Sizes go up. Parent sets position. When a widget requires a specific size, ensure its parent allows it. Use ConstrainedBox to inject specific constraints, but remember it only adds to the parent's constraints.
Come creare il layout della tua app utilizzando i widget di layout e il sistema di vincoli di Flutter Fonte: flutter/skills.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/flutter/skills --skill flutter-layoutCome creare il layout della tua app utilizzando i widget di layout e il sistema di vincoli di Flutter Fonte: flutter/skills.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/flutter/skills --skill flutter-layout Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/flutter/skills