← Catalog

No. 064 · framework

Flutter Patterns

Dart UI with widgets and state management

Version 1.0.0 License MIT Format SKILL.md

Build Flutter apps: widget composition, state management with Riverpod/Bloc, navigation, animations, platform channels, and testing.

When to use this skill

  • Creating a Flutter widget
  • Setting up Riverpod state management
  • Implementing Flutter animations

Core concepts

This skill provides guidance on flutter patterns best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/framework/flutter-patterns.zip
unzip flutter-patterns.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • creating a Flutter widget
  • setting up Riverpod state management
  • implementing Flutter animations