SKILL Instructions

Flutter Widget Basics

v1.0.0·Developer Tools·No reviews yet

Compose UIs with Flutter widgets

claude
cursor
chatgpt
#flutter
#dart
#widgets
#ui

About

Fundamentals of Flutter: Stateless vs Stateful widgets, BuildContext, keys, and layout constraints.

Metadata (SKILL.md frontmatter)

name
flutter-widget-basics
version
1.0.0

Instructions

Flutter Widgets

  • Prefer StatelessWidget unless local mutable state is needed.
  • Understand constraints: parent gives constraints, child chooses size.
  • Use const constructors wherever possible for rebuild performance.
  • Split large build() methods into small widget classes, not helper methods.

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.