·flutter-best-practices
</>

flutter-best-practices

Comprehensive Flutter development guidelines covering architecture, state management, performance optimization, testing, and cross-platform best practices. Use when building, refactoring, or reviewing Flutter applications for mobile, web, and desktop platforms. Covers widget patterns, Riverpod/BLoC state management, navigation with go_router, Firebase integration, platform channels, custom painting, animations, CI/CD, and production deployment.

13Installs·4Trend·@mauriciog87

Installation

$npx skills add https://github.com/mauriciog87/flutter-agent-skill --skill flutter-best-practices

How to Install flutter-best-practices

Quickly install flutter-best-practices AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mauriciog87/flutter-agent-skill --skill flutter-best-practices
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mauriciog87/flutter-agent-skill.

SKILL.md

View raw

Expert guidelines for building production-ready Flutter applications across mobile, web, and desktop platforms.

| Static UI, no changing state | StatelessWidget | | Interactive UI with local state | StatefulWidget | | Data shared down the tree | InheritedWidget / Riverpod | | Complex reusable UI component | Custom widget class |

Golden Rule: Always dispose controllers, scroll controllers, text controllers, and cancel stream subscriptions.

Comprehensive Flutter development guidelines covering architecture, state management, performance optimization, testing, and cross-platform best practices. Use when building, refactoring, or reviewing Flutter applications for mobile, web, and desktop platforms. Covers widget patterns, Riverpod/BLoC state management, navigation with go_router, Firebase integration, platform channels, custom painting, animations, CI/CD, and production deployment. Source: mauriciog87/flutter-agent-skill.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mauriciog87/flutter-agent-skill --skill flutter-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from mauriciog87/flutter-agent-skill

Quick answers

What is flutter-best-practices?

Comprehensive Flutter development guidelines covering architecture, state management, performance optimization, testing, and cross-platform best practices. Use when building, refactoring, or reviewing Flutter applications for mobile, web, and desktop platforms. Covers widget patterns, Riverpod/BLoC state management, navigation with go_router, Firebase integration, platform channels, custom painting, animations, CI/CD, and production deployment. Source: mauriciog87/flutter-agent-skill.

How do I install flutter-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mauriciog87/flutter-agent-skill --skill flutter-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mauriciog87/flutter-agent-skill

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22