flutter-apply-architecture-best-practices
flutter apply architecture best practices
What it does
- Architectural Layers
- Project Structure
- Workflow: Implementing a New Feature
- Services: Create stateless classes to wrap external APIs (HTTP clients, local databases, platform plugins). Return raw API models or Result wrappers.
- [ ] Step 1: Define Domain Models. Create immutable data classes for the feature using freezed or builtvalue.
- [ ] Step 2: Implement Services. Create or update Service classes to handle external API communication.
- [ ] Step 3: Implement Repositories. Create the Repository to consume Services and return Domain Models.
Requirements & configuration
- If the feature requires complex data transformation or cross-repository logic: Create a Use Case class.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
flutter-apply-architecture-best-practices FAQ
What does the flutter-apply-architecture-best-practices skill do?
Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability. Architectural Layers Project Structure
What does flutter-apply-architecture-best-practices require?
If the feature requires complex data transformation or cross-repository logic: Create a Use Case class.
How do I install flutter-apply-architecture-best-practices?
Run: npx -y skills add https://github.com/flutter/skills --skill flutter-apply-architecture-best-practices --agent claude-code — the source lives at github.com/flutter/skills.
Maintain flutter-apply-architecture-best-practices?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/flutter-skills-flutter-apply-architecture-best-practices?ref=badge) npx agentictools info skills/flutter-skills-flutter-apply-architecture-best-practices The second line is the CLI lookup for this page — handy in READMEs and docs.