flutter▌
66 indexed skills · max 10 per page
flutter-expert
404kidwiz/claude-supercode-skills · Productivity
Provides cross-platform mobile development expertise specializing in Flutter 3+, Dart programming, and Riverpod state management. Builds high-fidelity applications for Mobile, Web, and Desktop with advanced rendering optimization (Impeller), custom render objects, and native integrations via FFI and Method Channels.
sentry-flutter-sdk
getsentry/sentry-for-ai · Productivity
sentry-flutter-sdk
flutter-control-and-screenshot
rodydavis/skills · Productivity
This skill outlines the process of adding flutter_driver support to a Flutter application, launching it via the Dart MCP server, controlling it (tapping, finding widgets), and capturing screenshots (handling Web/Desktop specific constraints).
flutter-internationalization
madteacher/mad-agents-skills · Productivity
Complete guide for internationalizing Flutter apps with gen-l10n, intl package, and custom approaches. \n \n Covers three setup paths: gen-l10n (recommended, code-generated from ARB files), intl package (manual, code-based), and custom Map-based localizations for maximum flexibility \n Supports message types including simple strings, placeholders with parameters, plurals based on count, and select messages based on string values \n Includes automatic number and date formatting with locale-aware
flutter-navigation
madteacher/mad-agents-skills · Productivity
Navigate Flutter apps across mobile and web with Navigator API or go_router, including deep linking and browser history. \n \n Choose Navigator API for simple apps without deep linking; use go_router for production apps requiring deep links, browser history support, and URL-based navigation across platforms \n Pass data between screens via constructor arguments (Navigator) or URL query parameters (go_router); return data using Future-based pop with typed results \n Configure deep linking through
flutter
alinaqi/claude-bootstrap · Productivity
Flutter development with Riverpod state management, Freezed immutable models, go_router navigation, and mocktail testing. \n \n Riverpod provider ecosystem covers simple values, mutable state, async operations, streams, and parameterized data with family modifiers; AsyncValue pattern handles loading, error, and data states uniformly \n Freezed generates immutable data classes and union types for sealed state modeling; integrates with JSON serialization via json_serializable \n go_router provides
flutter-drift
madteacher/mad-agents-skills · Productivity
Comprehensive guide for using drift database library in Flutter applications.
flutter-environment-setup-linux
flutter/skills · Productivity
Linux environment setup for Flutter desktop development with OS detection and toolchain validation. \n \n Automatically detects Debian/Ubuntu or ChromeOS and halts with instructions for non-apt systems \n Installs core dependencies (curl, git, unzip, libglu1-mesa) and Linux desktop toolchain (clang, cmake, ninja-build, GTK libraries) \n Prompts for optional IDE setup (VS Code or Android Studio via snap) \n Runs flutter doctor -v and flutter devices to validate the environment, automatically inst
flutter-environment-setup-windows
flutter/skills · Productivity
Automated Windows Flutter development environment setup with platform-specific toolchain configuration. \n \n Configures Flutter SDK paths, Visual Studio C++ toolchain installation, and platform-specific settings via interactive prompts for Windows Desktop, Android, or both targets \n Handles Android Studio setup, device/emulator configuration, and USB driver installation when Android is selected \n Generates self-signed MSIX certificates using OpenSSL for local Windows app packaging and deploym
flutter-duit-bdui
madteacher/mad-agents-skills · Frontend
Duit enables backend-driven UI in Flutter applications. The server controls both data and layout via JSON, allowing UI updates without app releases.