一键导入
flutter-core
Flutter core mechanics skill hub: BuildContext, widget lifecycle, rendering pipeline, keys, layout constraints, and theming foundations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Flutter core mechanics skill hub: BuildContext, widget lifecycle, rendering pipeline, keys, layout constraints, and theming foundations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | flutter-core |
| description | Flutter core mechanics skill hub: BuildContext, widget lifecycle, rendering pipeline, keys, layout constraints, and theming foundations. |
This hub covers how Flutter actually works: BuildContext, widget lifecycle, rendering, keys, layout constraints, and theming.
Understanding these fundamentals prevents many "mystery" bugs in UI, performance, and navigation.
context "doesn't work here".ValueKey.build.ThemeExtensions and tokens to avoid scattered styling.Routing to the right doc:
- Context timing/scoping -> build_context.md
- Lifecycle/cancellation/dispose -> widget_lifecycle.md
- Layout overflows/unbounded -> layout_constraints.md
- List identity/state loss -> keys.md
- Performance pipeline -> rendering_pipeline.md
- Global theming -> theming_foundations.md
showDialog in initState without a post-frame callback.Expanded inside unbounded parents (e.g., Column in SingleChildScrollView).Flutter data layer skill hub: networking (Dio/interceptors/pagination/token refresh), serialization/mappers, and local storage (Hive/SQLite/caching).
Advanced Flutter/Dart skill hub: code generation, FFI/native interop, render objects, modular SDKs, web/desktop constraints, and white-label architecture.
Flutter app architecture skill hub: feature structure, clean architecture boundaries, dependency injection, repositories, DTO vs entity, and error modeling.
Flutter build and release skill hub: flavors/environments, signing, CI/CD, versioning, and App Store / Play Store release considerations.
Dart language skill hub for Flutter developers: async/await, null safety, collections/immutability, extensions, isolates, and error handling patterns.
Flutter navigation skill hub: go_router (declarative routing), deep links, guards, nested routes, parameter passing, and Navigator 1.0 legacy patterns.