Flutter avatar

Flutter

Official

@flutter

0Followers
|
24Public Repos
|
102Published Skills

Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.

Skills Distribution
DomainDeveloper To...UI/UX Engineering (40%)Cross-Platform Arc.. (30%)Testing & Quality .. (30%)

Agent Skills by Flutter

Showing 102 vetted skills indexed across 4 GitHub repositories.

flutterflutter
2.0k

cleanup-unused-assets

Removes unreferenced icons and resources from the Flutter IntelliJ plugin to reduce plugin size.

Official
Intermediate
flutterflutter
2.0k

release-plugin

Prepares and builds a new release of the flutter-intellij plugin with updated dependencies and changelog.

Official
Advanced
flutterflutter
2.0k

audit-accessibility

Audits custom Swing UI components in the Flutter IntelliJ plugin for screen reader accessibility compliance.

Official
Intermediate
flutterflutter
2.0k

add-missing-unit-test

Adds unit tests for untested classes and verifies coverage improvement with Kover.

Official
Intermediate
flutterflutter
2.0k

migrate-intellij-util

Migrates Java and Kotlin code to IntelliJ com.intellij.util utility classes.

Official
Intermediate
flutterflutter
2.0k

audit-dependencies

Audits Gradle dependencies and plugin.xml declarations to remove unused libraries and update outdated versions.

Official
Intermediate
flutterflutter
2.0k

verify-eap-compatibility

Verifies IntelliJ plugin compatibility against latest EAP platform builds using Gradle tasks.

Official
Intermediate
flutterflutter
2.0k

remove-platform-version

Removes support for an older IntelliJ Platform version and cleans up obsolete code, baselines, and CI configurations.

Official
Intermediate
flutterflutter
2.0k

audit-ui-thread-safety

Audits IntelliJ plugin code for EDT blocking calls and migrates heavy work to background threads.

Official
Intermediate
flutterflutter
2.0k

resolve-verification-issues

Eliminate IntelliJ plugin verification warnings and errors reported by Gradle verifyPlugin.

Official
Intermediate
flutterflutter
2.9k

natural-writing

Applies writing rules that remove AI-style patterns from documentation and prose.

Official
Basic
flutterflutter
2.9k

code-review

Reviews pull requests and local diffs through iterative generation, critique, and synthesis.

Official
Advanced
flutterflutter
2.9k

grill-with-docs

Interviews users to stress-test plans against domain glossaries and ADR documentation.

Official
Intermediate
flutterflutter
2.9k

api-review

Reviews code against canonical API design guidelines and generates a graded report.

Official
Intermediate
flutterflutter
2.9k

flutter-implement-json-serialization

Implement manual JSON serialization in Flutter models using dart:convert fromJson and toJson methods.

Official
Intermediate
flutterflutter
2.9k

dart-use-pattern-matching

Implements Dart switch expressions and pattern matching for destructuring and exhaustive type handling.

Official
Intermediate
flutterflutter
2.9k

flutter-add-widget-test

Implement Flutter widget tests using WidgetTester to verify UI rendering and interactions.

Official
Intermediate
flutterflutter
2.9k

flutter-use-http-package

Implement HTTP GET, POST, PUT, and DELETE requests in Flutter using the http package.

Official
Intermediate
flutterflutter
2.9k

flutter-build-responsive-layout

Implement adaptive Flutter layouts using LayoutBuilder, MediaQuery, and constraint-based sizing.

Official
Intermediate
flutterflutter
2.9k

flutter-apply-architecture-best-practices

Structures Flutter applications using layered MVVM architecture with repositories and use cases.

Official
Intermediate
flutterflutter
2.9k

dart-generate-test-mocks

Generate mock objects for Dart unit tests using mockito and build_runner.

Official
Intermediate
flutterflutter
2.9k

dart-use-ffigen

Generate Dart FFI bindings from C and Objective-C headers using package:ffigen.

Official
Intermediate
flutterflutter
2.9k

flutter-add-widget-preview

Adds interactive widget previews to Flutter projects using the widget_previews.dart annotation system.

Official
Intermediate
flutterflutter
2.9k

dart-resolve-package-conflicts

Resolves Dart package version conflicts by auditing, upgrading, and surgically editing pubspec.lock entries.

Official
Intermediate

Frequently Asked Questions About Flutter

FAQPage Schema
What specific tasks can developers perform using this framework?β–Ό

Developers can build natively compiled applications, implement complex state management using MVVM, handle JSON serialization, manage local SQLite databases, and ensure accessibility compliance through WCAG-aligned configurations.

Which target personas benefit most from these capabilities?β–Ό

Mobile engineers, frontend developers, and cross-platform architects benefit from these capabilities by reducing codebase fragmentation while maintaining native performance across iOS, Android, macOS, Windows, and web platforms.

What are the prerequisites for setting up the development environment?β–Ό

Installation requires configuring the environment with Xcode for macOS, CocoaPods for dependency management, and setting up the system PATH for the core SDK on Windows, Linux, or macOS.

Is this framework open-source and what are the associated costs?β–Ό

The framework is open-source and free to use for commercial and personal projects, allowing developers to build and distribute applications without licensing fees or proprietary restrictions.