flutter-architecture
Architectural guidance and best practices for building scalable Flutter apps using MVVM and layered patterns.
Install
npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-architectureStats
| Total installs | 1,246 |
| Weekly installs | 1.2K |
| GitHub stars | 88 |
| First seen | Jan 22, 2026 |
| Source | @madteacher/mad-agents-skills |
Summary
- Supports two project structures: feature-first (recommended for teams and medium-to-large apps) and layer-first (for smaller apps or solo developers)
- Defines three core layers: UI (Views and ViewModels), Data (Repositories and Services), and optional Domain (Use-cases)
- Covers key design patterns including Command Pattern, Result Type for error handling, Repository Pattern, and Offline-First strategies
- Includes templates and code examples for common components like Commands and Result types to accelerate implementation
Tags
Related skills
| Skill | Installs | vs flutter-architecture |
|---|---|---|
| shopify-liquid-themes | 1,246 | = |
| file-name-wizard | 1,204 | -42 |
| entry-point-analyzer | 1,266 | +20 |
| content-hash-cache-pattern | 1,193 | -53 |
| dotnet-core-expert | 1,194 | -52 |
FAQ
- How many installs does flutter-architecture have?
- flutter-architecture has 1,246 total installs and 1.2K installs this week.
- Where is flutter-architecture hosted?
- flutter-architecture is published by @madteacher/mad-agents-skills at https://github.com/madteacher/mad-agents-skills.
- How many GitHub stars does flutter-architecture have?
- flutter-architecture has 88 GitHub stars.
- When was flutter-architecture first indexed?
- OrangeBot.AI first indexed flutter-architecture on Jan 22, 2026.
- How do I install flutter-architecture?
- Run: npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-architecture