← All creators

evanca

User

Flutter AI Skills and Rules for Claude, Codex, Cursor, and Other AI-Powered IDEs

39 indexed · 37 Featured · 620 stars · avg score 93
Prolific

Categories

Indexed Skills (39)

Code & Development Featured

code-review

Use when asked to review a PR, MR, branch, or diff, audit changed files, or check code quality.

619 Updated today
evanca
AI & Automation Featured

accessibility

Use when working on accessibility, a11y, WCAG, ARIA, screen readers, keyboard nav, focus order, contrast, alt text, captions, reduced motion, or target sizes; not language/culture/device (see inclusive-design).

619 Updated today
evanca
AI & Automation Featured

architecture-feature-first

Use when creating a feature, designing folder structure, adding repositories/services/view models, wiring dependency injection, or deciding which layer owns logic.

619 Updated today
evanca
AI & Automation Featured

bloc

Use when creating a Cubit or Bloc, modeling state with sealed classes or status enums, wiring BlocBuilder/BlocListener/BlocProvider, writing bloc tests, or choosing between Cubit and Bloc.

619 Updated today
evanca
AI & Automation Featured

dart-3-updates

Use when writing switch statements, refactoring if-else chains, creating data classes, choosing records vs classes, destructuring values, or modernizing pre-Dart-3 code.

619 Updated today
evanca
AI & Automation Featured

developing-genkit-dart

Use when building AI agents in Dart, implementing Genkit flows or tools, integrating LLMs into Dart or Flutter applications, or using Genkit Dart plugins.

619 Updated today
evanca
AI & Automation Featured

effective-dart

Use when writing Dart code, reviewing for style, refactoring naming, adding doc comments, structuring imports, or enforcing type annotations.

619 Updated today
evanca
AI & Automation Featured

firebase-ai

Use when setting up firebase_ai, generating text/chat with Gemini, streaming AI output, building multimodal prompts, or handling AI errors.

619 Updated today
evanca
API & Backend Featured

firebase-analytics

Use when logging analytics events, setting user properties, configuring default event parameters, building funnels, or adding screen-view tracking.

619 Updated today
evanca
API & Backend Featured

firebase-app-check

Use when implementing app attestation, configuring App Check providers, setting up debug tokens, enabling backend enforcement, or managing token refresh.

619 Updated today
evanca
API & Backend Featured

firebase-auth

Use when setting up auth, managing auth state, implementing email/password or social sign-in, handling auth errors, or managing users.

619 Updated today
evanca
API & Backend Featured

firebase-cloud-firestore

Use when setting up Firestore, designing schemas, doing CRUD, creating listeners, paginating queries, configuring indexes, enabling offline persistence, or writing security rules.

619 Updated today
evanca
DevOps & Infrastructure Featured

firebase-cloud-functions

Use when calling callable functions (httpsCallable), passing data to server-side logic, handling function errors/timeouts, configuring regions, or testing with the Emulator Suite.

619 Updated today
evanca
API & Backend Featured

firebase-crashlytics

Use when implementing crash reporting, capturing fatal/non-fatal errors, recording isolate/async exceptions, customizing reports, or uploading obfuscated symbols.

619 Updated today
evanca
Data & Documents Featured

firebase-data-connect

Use when setting up Data Connect, writing GraphQL queries/mutations, configuring generated SDKs, handling offline, or applying security rules.

619 Updated today
evanca
API & Backend Featured

firebase-database

Use when syncing real-time data, structuring JSON trees, reading/writing, creating listeners, enabling offline persistence, managing presence, sharding, or writing security rules.

619 Updated today
evanca
Testing & QA Featured

firebase-in-app-messaging

Use when running in-app message campaigns, triggering/suppressing messages, configuring opt-in data collection, testing on specific devices, or handling message callbacks.

619 Updated today
evanca
API & Backend Featured

firebase-messaging

Use when setting up Firebase Cloud Messaging, managing permissions and tokens, handling background/foreground notification taps, or dispatching messages server-side (HTTP v1).

619 Updated today
evanca
API & Backend Featured

firebase-remote-config

Use when implementing feature flags, running A/B tests, setting parameter defaults, fetching/activating config, or enabling real-time config updates.

619 Updated today
evanca
AI & Automation Featured

firebase-storage

Use when setting up Storage, uploading/downloading files, managing metadata, handling errors, or applying security rules.

619 Updated today
evanca
AI & Automation Featured

flutter-app-architecture

Use when scaffolding a project, refactoring into layers, creating view models/repositories, configuring dependency injection, or implementing unidirectional data flow (MVVM).

619 Updated today
evanca
AI & Automation Featured

flutter-best-practices

Use when writing, reviewing, refactoring, or planning Flutter/Dart code — screens, features, project structure, state management, folders, widgets, cubits/blocs, repositories, services, or tests.

619 Updated today
evanca
AI & Automation Featured

flutter-change-notifier

Use when setting up ChangeNotifier models, providing them to the widget tree, consuming state with Consumer or Provider.of, or optimizing rebuilds.

619 Updated today
evanca
AI & Automation Featured

flutter-errors

Use when hitting layout errors (RenderFlex overflow, unbounded constraints, RenderBox not laid out), scroll errors, or setState-during-build errors.

619 Updated today
evanca
Data & Documents Featured

flutter-pre-caching

Use when preloading fonts, asset/network images, Lottie/Rive animations, local JSON/config, warming initial API data, or optimizing Flutter Web startup.

619 Updated today
evanca
Web & Frontend Featured

flutter-use-column-row-first

Use when building any Flutter screen or component to choose responsive Row, Column, Expanded, Flexible, and Spacer layouts before fixed-size or coordinate-based alternatives.

619 Updated today
evanca
AI & Automation Featured

flutterfire-configure

Use when adding Firebase to a Flutter project, running flutterfire configure, initializing Firebase in main.dart, or configuring multiple flavors.

619 Updated today
evanca
Web & Frontend Featured

inclusive-design

Use when working on inclusion, i18n/localization, global name/address forms, low-end devices, slow/metered networks, affordability, or first-time/low-confidence users; not WCAG/screen readers (see accessibility).

619 Updated today
evanca
Testing & QA Featured

mockito

Use when generating mocks, stubbing methods, verifying interactions, capturing arguments, or choosing between mocks, fakes, and real objects (Mockito).

619 Updated today
evanca
AI & Automation Featured

mocktail

Use when creating mocks, stubbing methods, verifying interactions, registering fallback values, or choosing between mocks, fakes, and real objects (Mocktail).

619 Updated today
evanca
Testing & QA Featured

patrol-e2e-testing

Use when writing E2E/integration tests, testing native interactions like permissions or system dialogs, capturing UI regressions, or validating cross-platform behavior (Patrol 4.x).

619 Updated today
evanca
Code & Development Featured

provider

Use when setting up providers, consuming state, optimizing rebuilds, using ProxyProvider, or migrating from deprecated providers (Provider package).

619 Updated today
evanca
Testing & QA Featured

revenuecat-testing

Use when testing RevenueCat purchases/subscriptions, setting up sandbox testing, debugging a purchase/restore/trial, verifying entitlements or events, or writing an IAP QA plan.

619 Updated today
evanca
AI & Automation Featured

riverpod

Use when setting up providers, combining requests, managing state disposal, passing arguments, performing side effects, or testing providers (Riverpod).

619 Updated today
evanca
AI & Automation Featured

store-listing-assets

Use when writing store copy to character limits (name, subtitle, descriptions, keywords) or preparing listing images (icon, feature graphic, screenshots, preview video).

619 Updated today
evanca
Testing & QA Featured

testing

Use when writing or reviewing Flutter/Dart tests (unit, widget, golden), fixing flaky tests, adding coverage, or choosing between unit and widget tests.

619 Updated today
evanca
AI & Automation Featured

generate-images-with-firebase-ai

Use when generating or editing images from Flutter/Dart with Firebase AI Logic and a Gemini image model (Nano Banana), making the first call work, choosing Gemini Developer API vs Vertex AI, hitting quota, billing or App Check failures, getting empty or image-only responses, sending a user photo as input, controlling aspect ratio or size, writing the image prompt, or deciding what to test.

619 Updated today
evanca
AI & Automation Listed

graph-orchestrator

Apply graph engineering to plan and coordinate complex work as a dependency graph of bounded subagent tasks, then execute ready tasks in safe parallel waves when requested. Use with Claude Code, Codex, or another AI agent runtime when a task needs multiple subagents or workstreams, when several tasks can run concurrently, or when blockers, shared files, mutable resources, handoffs, verification, and merge conflicts must be modeled explicitly. Use for planning-only requests as well as execution requests; do not use for small, exploratory, or genuinely sequential work where orchestration overhead exceeds the benefit.

1 Updated 2 weeks ago
evanca
AI & Automation Listed

multi-tool-handoff

Use when starting, moving, pausing, resuming, or finishing agent work; maintaining a capped Kanban board, current handoff state, or release-ready changelog; or protecting unfinished work before compaction, high tool usage, session limits, or ownership changes.

1 Updated 2 weeks ago
evanca

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.