Loading...
Loading...
Found 5 Skills
Builds Flutter layouts using the constraint system and layout widgets. Use when creating or refining the UI structure of a Flutter application.
Builds Flutter plugins that provide native interop for other apps to use. Use when creating reusable packages that bridge Flutter with platform-specific functionality.
Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors.
Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.
Đóng gói app Flutter thành file APK (hoặc IPA nếu trên Mac) khi user yêu cầu rõ ràng "build apk", "đóng gói", "xuất bản". KHÔNG tự động build sau mỗi tính năng - chỉ chạy khi được yêu cầu trực tiếp.