flutter▌
66 indexed skills · max 10 per page
flutter-app-size
flutter/skills · Productivity
Measure and optimize Flutter app bundle, APK, or IPA size with platform-specific analysis and reduction strategies. \n \n Supports Android (APK/AppBundle), iOS (IPA), and desktop platforms (Linux, macOS, Windows) with platform-specific measurement workflows \n Generates code size analysis JSON files via flutter build --analyze-size and integrates with Dart DevTools App Size Tool for component breakdown visualization \n Implements size reduction through debug info splitting, asset compression, an
flutter
mindrally/skills · Productivity
You are an expert in Flutter and Dart development with deep knowledge of mobile app architecture and state management.
flutter-home-screen-widget
flutter/skills · Productivity
Native home screen widgets for Flutter apps on iOS and Android with cross-platform data sharing. \n \n Establishes data sharing between Dart and native platforms via App Groups (iOS) and SharedPreferences (Android), enabling widget updates from your Flutter app \n Supports simple text-based widgets and complex Flutter UI rendered as static images for native display \n Requires native setup in Xcode (Widget Extension target with Swift TimelineProvider) and Android Studio (AppWidgetProvider with X
flutter-environment-setup-macos
flutter/skills · Productivity
Automated macOS Flutter development environment setup with dependency validation and diagnostic fixes. \n \n Verifies Flutter installation, Xcode availability, and CocoaPods presence; stops with clear instructions if any prerequisite is missing \n Guides users through Xcode command-line tool configuration and license acceptance with required sudo commands \n Runs iterative flutter doctor validation loops to identify and resolve remaining toolchain issues until the Xcode section passes completely
flutter-setting-up-on-macos
flutter/skills · Productivity
Automated macOS environment configuration for Flutter development with Xcode and CocoaPods setup. \n \n Guides installation and linking of Xcode command-line tools, acceptance of developer licenses, and CocoaPods dependency management \n Includes validation workflow using flutter doctor and flutter devices to confirm proper environment setup and macOS desktop recognition \n Provides troubleshooting steps for common issues including missing command-line tools, CocoaPods path problems, and desktop
flutter-localization
flutter/skills · Productivity
$22
flutter-interoperating-with-native-apis
flutter/skills · Backend
$23
flutter-expert
sickn33/antigravity-awesome-skills · Productivity
Expert guidance for Flutter 3.x+ development across mobile, web, desktop, and embedded platforms. \n \n Covers Flutter 3.x architecture, Dart 3.x advanced features, and Impeller rendering engine optimization with performance profiling across all target platforms \n Specializes in state management solutions (Riverpod, Bloc, GetX, Provider) and clean architecture patterns with modular code organization \n Provides platform integration expertise for iOS, Android, web, and desktop with native plugin
flutter-bloc-development
abdelhakrazi/flutter-bloc-clean-architecture-skill · Productivity
This skill enforces BLoC state management, strict layer separation, and mandatory use of design system constants for all Flutter development in this codebase.
flutter-handling-concurrency
flutter/skills · Productivity
Offload CPU-intensive tasks to background isolates while keeping Flutter UIs responsive. \n \n Provides three concurrency patterns: async / await for I/O-bound work, Isolate.run() for one-off heavy computations, and Isolate.spawn() with message passing for persistent background workers \n Includes a decision matrix to choose between async operations and isolates based on task type (I/O vs. CPU-bound) and execution frequency \n Covers three complete workflows with step-by-step task checklists: st