flutter-apply-architecture-best-practices
2,967Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring
Resolving Flutter Layout Errors
2,857Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed"
Implementing Routing and Deep Linking
2,811Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or m
Implementing Flutter Integration Tests
2,808Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing
flutter-implement-json-serialization
2,790Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for
Internationalizing Flutter Applications
2,781Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file.
Implementing Flutter Networking
2,733Use 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.
Architecting Flutter Applications
1,937Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring
Implementing Flutter Animations
1,844Implements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared element transitions, or physi
Implementing Flutter Theming and Adaptive Design
1,818Customizes the visual appearance of a Flutter app using the theming system. Use when defining global styles, colors, or typography for an ap
Implementing Navigation and Routing in Flutter
1,807Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.
Testing Flutter Applications
1,761Implements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality and preventing regressions through automate
flutter-handling-http-and-json
1,724Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from
Implementing Flutter Caching and Offline-First Architectures
1,722Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce net
Building Validated Forms
1,720Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user inp
flutter-reducing-app-size
1,711Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or meeting app store packag
flutter-working-with-databases
1,707Manages local data persistence using SQLite or other database solutions. Use when a Flutter app needs to store, query, or synchronize large
Implementing Flutter Accessibility
1,701Configures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring an application is usable for people with d
Integrating Platform-Specific Code in Flutter
1,700Interoperates with native platform APIs on Android, iOS, and the web. Use when accessing device-specific features not available in Dart or c
Localizing Flutter Applications
1,695Configures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse
Developing Flutter Plugins
1,687Builds Flutter plugins that provide native interop for other apps to use. Use when creating reusable packages that bridge Flutter with platf
Implementing Flutter Home Screen Widgets
1,682Adds home screen widgets to a Flutter app for Android and iOS. Use when providing glanceable app information or quick actions on the device
Setting Up a macOS Environment for Flutter Development
1,639Sets up a macOS environment for Flutter development. Use when configuring a macOS machine to run, build, or deploy Flutter applications for
Setting Up Flutter for Windows Development
1,626Sets up a Windows environment for Flutter development. Use when configuring a Windows machine to run, build, or deploy Flutter applications