Added Claude Skills

This commit is contained in:
2026-03-20 15:14:21 +08:00
parent a39e33bc6b
commit 27ebb89052
30 changed files with 7222 additions and 2 deletions
@@ -0,0 +1,12 @@
# Flutter UI Guide
## Widget System
- Everything is a widget
- Composition over inheritance
- StatelessWidget for static UI
- StatefulWidget for dynamic UI
## Layout Widgets
- Column/Row: Linear layout
- Stack: Overlapping
- ListView: Scrollable lists
- GridView: Grid layouts