Skip to main content
Glama
peter14l

flutter-orchestrator

by peter14l

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
decompose_flutter_promptA

Deconstructs Flutter prompts into Clean Architecture features, modules, and sprint plans. Always checks and verifies target platforms (iOS, Android, Web, Desktop) first.

research_flutter_dependenciesA

Researches pub.dev packages, verifies Dart 3.6+ / Flutter 3.27+ compatibility, and generates a standard pubspec.yaml and analysis_options.yaml.

design_flutter_uiA

Designs production-ready Flutter widgets, Material 3 responsive layouts (Mobile/Web/Desktop), Riverpod/Bloc state integration, and fluid animations.

scaffold_flutter_backendB

Scaffolds Clean Architecture repositories, Dio/Supabase remote data sources, Drift/Hive local caching, and Riverpod/Bloc business controllers.

diagnose_flutter_errorsB

Diagnoses Flutter errors including RenderFlex overflows, setState during build, pubspec version conflicts, CocoaPods build errors, and Gradle namespace mismatches.

generate_and_run_flutter_testsC

Generates Flutter Unit tests, Widget tests with testWidgets, and Riverpod/Bloc state tests, along with test execution commands.

orchestrate_flutter_projectA

End-to-end multi-agent orchestration for Flutter apps. Checks target platforms first (asks if not specified), then executes prompt decomposition, pubspec creation, UI screens, backend/state layer, and tests.

audit_flutter_codebaseB

Audits Flutter and Dart source code for performance bottlenecks, missing const constructors, controller memory leaks, and architectural violations.

generate_flutter_api_bridgeA

Generates full-stack Flutter API client contracts: Dio REST client, JSON DTOs, Riverpod providers, and WebSocket realtime subscription providers.

generate_flutter_platform_configB

Generates native platform configurations: iOS Info.plist permission strings, AndroidManifest.xml permissions, and Web WASM CanvasKit bootstrap.

generate_flutter_cicd_pipelineA

Generates production multi-platform GitHub Actions workflows for Flutter with Split-per-ABI signed APKs, automated 'gh secret set' keystore script, Windows MSIX packaging with self-signed test certificates, and Fastlane.

generate_flutter_golden_testsB

Generates multi-device golden snapshot test suites for Flutter widgets across Light/Dark modes, phone, and tablet viewports.

scaffold_flutter_ai_moduleB

Scaffolds Google Generative AI (Gemini) SDK integration for Flutter with streaming responses, Riverpod state controllers, and interactive chat views.

audit_flutter_securityC

Audits Flutter source code for hardcoded secrets, unencrypted SharedPreferences, and insecure HTTP endpoints. Scaffolds hardware-backed Keychain/Keystore SecureStorage, Biometric Auth, and SSL Pinning.

scaffold_flutter_databaseB

Scaffolds an offline-first type-safe Drift (SQLite) database with table schemas, DAOs with reactive streams, and schema version migration routines.

generate_flutter_localizationA

Generates l10n.yaml, standard ARB localization translation files (en, es, ar), dynamic locale switching notifier, and Right-to-Left (RTL) language handling.

scaffold_flutter_observabilityC

Scaffolds Sentry/Firebase Crashlytics crash reporting, type-safe custom analytics event loggers, and HTTP request latency interceptors.

configure_flutter_deep_linksA

Configures go_router deep linking, Android App Links (assetlinks.json), iOS Universal Links (apple-app-site-association), and FCM push notification routing.

audit_flutter_accessibilityA

Audits Flutter widget trees against WCAG 2.1 AA guidelines, checks screen reader Semantics, minimum 48x48dp touch targets, and generates AccessibleTouchTarget wrappers.

generate_flutter_mock_factoryA

Generates realistic domain mock data factories, fake entities, and in-memory mock repositories for instant hackathon UI prototyping.

scaffold_flutter_auth_flowA

Scaffolds an instant animated Onboarding carousel (PageView with dots), Material 3 Social login UI (Google/Apple/Email), and token-persisting Riverpod Auth controllers.

generate_flutter_chartsB

Scaffolds animated interactive Line charts, Bar graphs, and Donut charts via fl_chart with gradient fills and tooltips for hackathon data storytelling.

scaffold_flutter_offline_resilienceC

Scaffolds an automatic fallback interceptor that catches Wi-Fi drops / network failures and seamlessly serves cached/embedded mock data with zero crash during live stage demos.

Prompts

Interactive templates invoked by user choice

NameDescription
flutter-prompt-architectDeconstructs Flutter requirements into Clean Architecture modules, checking target platforms (iOS/Android/Web/Desktop) first.
flutter-ui-designerDesigns modern Flutter Material 3 responsive widgets with Riverpod/Bloc state integration.
flutter-dependency-researcherResearches latest compatible pub.dev packages and outputs standard pubspec.yaml and analysis_options.yaml.
flutter-error-doctorDiagnoses RenderFlex overflows, setState during build, pubspec conflicts, and CocoaPods build failures.
flutter-test-specialistGenerates Unit tests and Widget tests using testWidgets and mocktail.
flutter-master-orchestratorCoordinates all Flutter agents end-to-end (Platform confirmation -> Decomposition -> Pubspec -> UI -> State -> Tests).

Resources

Contextual data attached and managed by the client

NameDescription
Standard Flutter 3.27+ Clean Architecture pubspec.yamlProduction-ready pubspec.yaml with Riverpod 2.x, Dio, GoRouter, flutter_animate, and testing packages.
Flutter Clean Architecture & Performance GuidelinesDesign rules and best practices for Flutter & Dart applications.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peter14l/flutter-agent-orchestrator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server