mirror of
https://github.com/flutter/agent-plugins.git
synced 2026-09-14 16:19:33 +08:00
generate-skills
Agent Skills for Flutter
This repository contains agent skills for Flutter.
Contributing
Please see CONTRIBUTING.md for more information.
Code of Conduct
Please see CODE_OF_CONDUCT.md for more information.
Description
flutter-apply-architecture-best-practices: Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.; flutter-build-responsive-layout: 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…; flutter-fix-layout-issues: Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and…
Languages
Dart
98.1%
Python
1.9%