flutter/skills
These skills were imported into SkillJury from the public skills ecosystem.
flutter-concurrency
Background JSON parsing and state management for jank-free Flutter UI rendering.
flutter-localization
Configure Flutter apps to support multiple languages and locales with proper i18n setup.
flutter-accessibility
Implement WCAG 2 and EN 301 549 accessibility standards and adaptive layouts in Flutter apps.
flutter-http-and-json
Secure HTTP networking and JSON handling for Flutter apps with background parsing support.
flutter-databases
MVVM-compliant data layer for Flutter with Repository pattern, stateless Services, and intelligent local caching strategies.
flutter-native-interop
Cross-platform native interoperability for Flutter apps on Android, iOS, and Web.
flutter-plugins
Scaffolds Flutter plugins with native interop, method channels, FFI integration, and federated architectures.
flutter-platform-views
Embed native views and web content into Flutter apps across Android, iOS, macOS, and web platforms.
flutter-environment-setup-macos
Automated macOS Flutter development environment setup with dependency validation and diagnostic fixes.
flutter-environment-setup-windows
Automated Windows Flutter development environment setup with platform-specific toolchain configuration.
flutter-environment-setup-linux
Linux environment setup for Flutter desktop development with OS detection and toolchain validation.
flutter-architecting-apps
Layered architecture framework for scalable Flutter apps with strict separation of concerns.
flutter-building-layouts
Master Flutter's constraint system to build responsive, overflow-free layouts efficiently.
flutter-animating-apps
Visual feedback, transitions, and physics-based motion for Flutter apps using the Animation framework.
flutter-implementing-navigation-and-routing
Imperative and declarative routing patterns for Flutter screen transitions and deep linking.
flutter-managing-state
Manage ephemeral and app-level state in Flutter using StatefulWidget, MVVM, and Provider.
flutter-testing-apps
Comprehensive testing framework for Flutter apps across unit, widget, and integration test layers.
flutter-theming-apps
Global styling and adaptive design patterns for Flutter apps using Material 3 theming.
flutter-adding-home-screen-widgets
Add home screen widgets to Flutter apps for Android and iOS with native UI and shared data synchronization.
flutter-building-forms
Validated Flutter forms with field-level error handling and submission workflows.
flutter-building-plugins
Scaffold and implement cross-platform Flutter plugins with native interop for Android, iOS, Windows, and web.
flutter-caching-data
Local data caching and offline-first synchronization patterns for Flutter apps.
flutter-embedding-native-views
Embed native Android, iOS, or macOS views and web content directly into Flutter applications.
flutter-handling-concurrency
Offload CPU-intensive tasks to background isolates while keeping Flutter UIs responsive.