published by flutter
50 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.
- flutter-apply-architecture-best-practices ★ 2,922
Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring - flutter-build-responsive-layout ★ 2,922
Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI - flutter-fix-layout-issues ★ 2,922
Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed" - flutter-add-widget-test ★ 2,922
Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use - flutter-add-integration-test ★ 2,922
Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing - flutter-setup-declarative-routing ★ 2,922
Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or m - flutter-implement-json-serialization ★ 2,922
Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for - flutter-setup-localization ★ 2,922
Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file. - flutter-add-widget-preview ★ 2,922
Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing scr - flutter-use-http-package ★ 2,922
Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API. - flutter-building-layouts ★ 2,922
flutter/agent-plugins · skills.sh - flutter-architecting-apps ★ 2,922
flutter/agent-plugins · skills.sh - flutter-animating-apps ★ 2,922
flutter/agent-plugins · skills.sh - flutter-managing-state ★ 2,922
flutter/agent-plugins · skills.sh - flutter-theming-apps ★ 2,922
flutter/agent-plugins · skills.sh - flutter-implementing-navigation-and-routing ★ 2,922
flutter/agent-plugins · skills.sh - flutter-testing-apps ★ 2,922
flutter/agent-plugins · skills.sh - flutter-caching-data ★ 2,922
flutter/agent-plugins · skills.sh - flutter-reducing-app-size ★ 2,922
flutter/agent-plugins · skills.sh - flutter-building-forms ★ 2,922
flutter/agent-plugins · skills.sh - flutter-handling-http-and-json ★ 2,922
flutter/agent-plugins · skills.sh - flutter-handling-concurrency ★ 2,922
flutter/agent-plugins · skills.sh - flutter-localizing-apps ★ 2,922
flutter/agent-plugins · skills.sh - flutter-working-with-databases ★ 2,922
flutter/agent-plugins · skills.sh - flutter-improving-accessibility ★ 2,922
flutter/agent-plugins · skills.sh - flutter-interoperating-with-native-apis ★ 2,922
flutter/agent-plugins · skills.sh - flutter-adding-home-screen-widgets ★ 2,922
flutter/agent-plugins · skills.sh - flutter-building-plugins ★ 2,922
flutter/agent-plugins · skills.sh - flutter-embedding-native-views ★ 2,922
flutter/agent-plugins · skills.sh - flutter-setting-up-on-macos ★ 2,922
flutter/agent-plugins · skills.sh - flutter-setting-up-on-windows ★ 2,922
flutter/agent-plugins · skills.sh - flutter-setting-up-on-linux ★ 2,922
flutter/agent-plugins · skills.sh - dart-run-static-analysis ★ 2,922
flutter/agent-plugins · skills.sh - dart-add-unit-test ★ 2,922
flutter/agent-plugins · skills.sh - dart-fix-runtime-errors ★ 2,922
flutter/agent-plugins · skills.sh - dart-resolve-package-conflicts ★ 2,922
flutter/agent-plugins · skills.sh - dart-generate-test-mocks ★ 2,922
flutter/agent-plugins · skills.sh - dart-use-pattern-matching ★ 2,922
flutter/agent-plugins · skills.sh - dart-collect-coverage ★ 2,922
flutter/agent-plugins · skills.sh - dart-use-primary-constructors ★ 2,922
flutter/agent-plugins · skills.sh - dart-migrate-to-checks-package ★ 2,922
flutter/agent-plugins · skills.sh - dart-build-cli-app ★ 2,922
flutter/agent-plugins · skills.sh - dart-use-ffigen ★ 2,922
flutter/agent-plugins · skills.sh - dart-setup-ffi-assets ★ 2,922
flutter/agent-plugins · skills.sh - flutter-accessibility-audit ★ 2,922
flutter/agent-plugins · skills.sh - flutter-layout ★ 2,922
flutter/agent-plugins · skills.sh - flutter-performance ★ 2,922
flutter/agent-plugins · skills.sh - flutter-theming ★ 2,922
flutter/agent-plugins · skills.sh - flutter-animation ★ 2,922
flutter/agent-plugins · skills.sh - flutter-routing-and-navigation ★ 2,922
flutter/agent-plugins · skills.sh