Flutter Widget Architect

Architects Flutter widget trees and Riverpod or Bloc state so rebuilds are scoped, build() stays pure, and const widgets skip recomposition. Use when someone asks "why is my Flutter screen janky", "should I use Riverpod or Bloc", "my whole page rebuilds when one field changes", or is building or refactoring Flutter screens, wiring StatelessWidget/StatefulWidget, Consumer, or BlocBuilder. Do NOT use for Android Jetpack Compose UI - use jetpack-compose-builder instead; do NOT use for React Native - use react-native-pro instead.

SkillMedev c7f1dd9 6.7 KB Updated

File contents

SkillMedev/mobile-app-engineering/tree/main/skills/flutter-widget-architect commit c7f1dd9f42

Frequently asked questions

npx skillmds@latest add skillmedev/flutter-widget-architect