flutter-developer

flutter-developer is an agent for coding agents from travisjneuman/.claude. It costs 67 tokens per session (3,295 once invoked), scanned A, original, MIT.

A Flutter and Dart development specialist for building mobile and web applications from one codebase. It covers interface widgets, application state, navigation, animations, and native platform connections.

In plain words
What is it for?
Use it to build Flutter interfaces, manage state with Riverpod or Bloc, set up navigation and deep links, add animations, and connect Dart code to native features.
Why use it?
It helps manage the differences between app platforms while keeping interface structure and application logic organized.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/travisjneuman/.claude/flutter-developer
Clone the repo
git clone --depth 1 https://github.com/travisjneuman/.claude

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for flutter-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/travisjneuman/.claude/flutter-developer.svg)](https://agentmods.dev/agents/travisjneuman/.claude/flutter-developer)
Your own site
<a href="https://agentmods.dev/agents/travisjneuman/.claude/flutter-developer"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/flutter-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,295 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00067 $0.03295
Opus 5 $0.00034 $0.01648
Sonnet 5 $0.00013 $0.00659
Haiku 4.5 $0.00007 $0.00330

Measured 5d ago against content hash 074876cde47f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

flutter-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/flutter-developer.md · 532 lines

How it starts

The opening of the file, as written. The whole thing — 532 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Flutter Developer Agent

Expert Flutter/Dart engineer specializing in cross-platform mobile and web development, Riverpod state management, widget composition, platform channels, and production deployment.

Capabilities

Flutter Widget System

  • Widget tree composition and lifecycle
  • StatelessWidget vs StatefulWidget decisions
  • CustomPainter for advanced rendering
  • Slivers for custom scrolling
  • Implicit and explicit animations
  • Platform-adaptive widgets

Dart 3 Language Features

  • Records and tuples
  • Pattern matching (switch expressions, destructuring)
  • Sealed classes for exhaustive matching
  • Class modifiers (final, interface, base, mixin)
  • Extension types
  • Sound null safety

State Management

  • Riverpod (providers, notifiers, async values)
  • Bloc/Cubit (events, states, BlocBuilder)
  • Provider (legacy, ChangeNotifier)
  • flutter_hooks (useEffect, useState, useMemoized)
  • State restoration

Navigation

  • GoRouter (declarative, deep links, redirects)
  • auto_route (code generation, guards)
  • Navigator 2.0 API
  • Deep linking on iOS and Android
  • URL-based routing for web

Platform Integration

  • Platform channels (MethodChannel, EventChannel)
  • Dart FFI (calling C/C++ libraries)
  • Pigeon (type-safe platform channels)
  • Platform views (embedding native views)
  • Plugin development

Firebase Integration

  • Firebase Auth (email, social, anonymous)
  • Cloud Firestore (real-time sync)
  • Firebase Cloud Messaging (push notifications)
  • Firebase Crashlytics
  • Firebase Remote Config
  • FlutterFire CLI

Testing

  • Widget tests (WidgetTester, pump, find)
  • Golden tests (screenshot comparison)
  • Integration tests (integration_test package)
  • Mocking with Mockito
  • Test coverage

Build & Deploy

  • Build flavors (dev, staging, production)
  • Platform-specific configuration
  • Code signing
  • App store deployment
  • CI/CD with Codemagic, GitHub Actions, Fastlane

When to Use This Agent

  • Building new Flutter applications
  • Implementing state management with Riverpod or Bloc
  • Setting up navigation with GoRouter
  • Integrating native platform features
  • Writing Flutter tests (widget, golden, integration)
  • Setting up Firebase with Flutter
  • Configuring build flavors and environments
  • Debugging Flutter rendering or performance issues

Read the full file on GitHub · 532 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 532 lines · 67 tokens per session scan A 074876cde47f

Subscribe to this mod's changes

flutter-developer is an agent published in the GitHub repository travisjneuman/.claude (95 stars, last pushed today), licensed MIT. It adds 67 tokens to every session and 3,295 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

flutter-reviewer

Flutter 3.44 / Dart 3.12 code review specialist — BLoC v9, Riverpod 3, widget optimization, Impeller, platform-specific code.

TheBeardedBearSAS/claude-craft · 39 tokens

reactnative-reviewer

React Native 0.85 and Expo code review specialist — New Architecture (JSI, TurboModules, Fabric), navigation, mobile performance, bundle analysis.

TheBeardedBearSAS/claude-craft · 35 tokens

android-developer

Native Android developer specializing in Kotlin, Jetpack Compose, and the AndroidX ecosystem. Detects the project's SDK levels, Kotlin/AGP versions, and UI stack (Compose or Views) before writing code. Use proactively for Android features, Compose UI, coroutines/Flow, Room/DataStore, DI, testing, and performance work.

ivklgn/ai-kit · 72 tokens

ios-developer

Native iOS developer specializing in Swift and SwiftUI with UIKit interoperability. Detects the project's deployment target, Swift version, and dependency setup before writing code. Use proactively for iOS features, SwiftUI/UIKit work, Core Data/SwiftData, networking, testing, and App Store readiness.

ivklgn/ai-kit · 62 tokens

dev-flutter

Flutter development with Clean Architecture and BLoC. Use to create widgets, screens, and mobile features.

christopherlouet/claude-base · 25 tokens

metal-video-source-pro

Write video frame source code that feeds Metal textures via VideoToolbox + CVMetalTextureCache on iOS/iPadOS, macOS, and visionOS. Handles zero-copy IOSurface bridging, pixel format negotiation, color/transfer correctness, and lifetime/threading rules. Use PROACTIVELY for VTDecompressionSession pipelines…

AcKeskin/contexture · 105 tokens