Skip to main content
Run any Skill in Manus
with one click
GitHub repository

dart-flutter-rules

dart-flutter-rules contains 30 collected skills from reloveution, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
30
Stars
5
updated
2026-03-13
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

cursor-mcp-servers
software-developers

MCP server usage for Dart MCP, Firecrawl, Hugging Face. Tool priorities, commands, workflows.

2026-03-13
cursor-process-rules
software-developers

Development process rules. Use when planning complex tasks, implementing incrementally, managing packages, or following communication guidelines.

2026-03-13
dart-3-patterns
software-developers

Dart 3 patterns including switch/if-case, pattern matching, sealed classes, and records. Use when writing exhaustive switches, destructuring, pattern matching on types, or returning multiple values with records.

2026-03-13
dart-code-quality
software-developers

Core code quality rules for Dart/Flutter. Use when formatting, handling async/null safety, organizing classes, or following Dart best practices.

2026-03-13
dart-code-review
software-quality-assurance-analysts-and-testers

Code review checklist for PRs/MRs. Use when reviewing pull requests, examining code changes, or when the user asks for a code review.

2026-03-13
dart-data-patterns
software-developers

Data handling patterns for Dart/Flutter. Use when implementing serialization, caching, layer separation, DTOs, repositories, offline-first, or data validation.

2026-03-13
dart-dependency-injection
software-developers

Dependency injection patterns for Dart/Flutter applications. Use when configuring get_it, registering dependencies, using constructor injection, setting up composition root, and testing with mocks.

2026-03-13
dart-design-principles
software-developers

Core software design principles for maintainable Dart/Flutter code. Use when applying SOLID, composition over inheritance, polymorphism over switch/case, immutability, abstraction layers, and code reusability.

2026-03-13
dart-drift
software-developers

Complete guide for using drift database library in Dart applications (CLI, server-side, non-Flutter). Use when building Dart apps that need local SQLite database storage or PostgreSQL connection with type-safe queries, reactive streams, migrations, and efficient CRUD operations.

2026-03-13
dart-error-handling
software-developers

Error handling patterns for Dart/Flutter. Use when implementing Result<T>, exception vs Error, try-catch at boundaries, validation, retry, logging, and resource cleanup.

2026-03-13
dart-flutter-ai-role
software-developers

Defines the AI assistant's role as Senior Dart/Flutter Architect with Clean Architecture, BLoC, SOLID expertise. Use when guiding AI behavior for Dart/Flutter tasks, code review, architecture decisions, or when task type suggests specific competency activation.

2026-03-13
dart-mocktail
software-quality-assurance-analysts-and-testers

Mocktail testing guidelines for Dart/Flutter. Use when creating mocks, fakes, stubbing async/sync, verifying interactions, registerFallbackValue, or avoiding MissingStub errors.

2026-03-13
dart-naming-conventions
software-developers

Project naming conventions for Dart/Flutter. Use when naming interfaces (I prefix), implementations (Impl), use cases (Ucs), datasources (Dts), extensions (X), mixins (Mxn), or organizing feature/datasource folders.

2026-03-13
dart-resource-management
software-developers

Resource lifecycle and disposal for Dart/Flutter. Use when managing Timer, StreamController, subscriptions, animations, network cancellation, file/DB handles, native resources, or preventing memory leaks.

2026-03-13
dart-simplicity
software-developers

Simplicity and directness for Dart/Flutter. Use when choosing solutions, avoiding over-engineering, preferring readable over clever code, or applying YAGNI.

2026-03-13
flutter-adaptive-ui
software-developers

Build adaptive and responsive Flutter UIs that work beautifully across all platforms and screen sizes. Use when creating Flutter apps that need to adapt layouts based on screen size, support multiple platforms including mobile tablet desktop and web, handle different input devices like touch mouse and keyboard, implement responsive navigation patterns, optimize for large screens and foldables, or use Capability and Policy patterns for platform-specific behavior.

2026-03-13
flutter-animations
software-developers

Comprehensive guide for implementing animations in Flutter. Use when adding motion and visual effects to Flutter apps: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping), and physics-based animations. Includes workflow for choosing the right animation type, implementation patterns, and best practices for performance and user experience.

2026-03-13
flutter-architecture
software-developers

Flutter app architecture — Clean Architecture layers, BLoC/Cubit, feature-first organization, design patterns (Result, Repository, Offline-First).

2026-03-13
flutter-bloc
software-developers

BLoC/Cubit state management for Flutter — naming, state modeling, widgets, testing, architecture rules.

2026-03-13
flutter-drift
software-developers

Guide for drift database in Flutter. Use when building apps with local SQLite storage — type-safe queries, reactive streams, migrations, CRUD. Includes drift_flutter setup, StreamBuilder integration, and cross-platform support.

2026-03-13
flutter-internationalization
web-developers

Guide for internationalizing Flutter apps using gen-l10n and intl packages. Use when adding localization, translating UI text, formatting numbers/dates for locales, or configuring multi-language support.

2026-03-13
flutter-navigation
software-developers

Flutter navigation and routing: go_router, auto_route, Navigator 2.0, deep linking, data passing, web URL strategies. Use when implementing screen transitions, routing, deep links, or browser history.

2026-03-13
flutter-networking
software-developers

Flutter networking — HTTP CRUD, WebSocket, authentication, error handling, performance. Use when implementing HTTP requests, WebSocket connections, authenticated requests, background parsing, or REST API integration.

2026-03-13
flutter-performance
software-developers

Performance optimization for Flutter apps. Use when optimizing lists, build methods, const/keys, images, RepaintBoundary, isolates, or profiling with DevTools.

2026-03-13
flutter-provider
software-developers

Provider state management for Flutter. Use when exposing values with Provider, ChangeNotifierProvider, FutureProvider, StreamProvider, scoping with context.watch/read/select, ProxyProvider, or testing provider-based state.

2026-03-13
flutter-security
software-developers

Security best practices for Flutter apps. Use when storing credentials, validating input, securing network/API, or preventing XSS.

2026-03-13
flutter-state-management
software-developers

State management for Flutter. Use when choosing patterns, implementing BLoC/Cubit, built-in (Streams, Futures, ValueNotifier), ChangeNotifier, or Provider.

2026-03-13
flutter-testing
software-quality-assurance-analysts-and-testers

Flutter testing guidance covering unit tests, widget tests, integration tests, mocktail mocking, and plugin testing. Use when writing tests, mocking dependencies, debugging test errors, or running tests.

2026-03-13
flutter-widget-patterns
software-developers

Flutter widget patterns. Use when building UI, fixing layout errors, theming, composing widgets, GoRouter, accessibility, or assets.

2026-03-13
mermaid-diagrams
software-developers

Mermaid diagram syntax for flowcharts, sequence, class, state, module, ER, GitFlow. Use when generating Mermaid diagrams in documentation, technical designs, or architecture.

2026-03-13