logo
0
0
WeChat Login
Reid Baker<1063596+reidbaker@users.noreply.github.com>
Merge pull request #86 from reidbaker/r-real-world-integration-feedback-for-adding-lint

Agent Skills for Flutter

NOTE: This repository is currently in development and is not yet ready for use.

This repository contains agent skills for Flutter.

Installation

To install the skills into your project, run the following command:

npx skills add flutter/skills

Updating Skills

To update, run the following command:

npx skills update flutter/skills

Available Skills

SkillDescription
flutter-adding-home-screen-widgetsAdds home screen widgets to a Flutter app for Android and iOS. Use when providing glanceable app information or quick actions on the device home screen.
flutter-animating-appsImplements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared element transitions, or physics-based animations.
flutter-architecting-appsArchitects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.
flutter-building-formsBuilds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.
flutter-building-layoutsBuilds Flutter layouts using the constraint system and layout widgets. Use when creating or refining the UI structure of a Flutter application.
flutter-building-pluginsBuilds Flutter plugins that provide native interop for other apps to use. Use when creating reusable packages that bridge Flutter with platform-specific functionality.
flutter-caching-dataImplements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce network requests or speed up startup.
flutter-embedding-native-viewsEmbeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like maps or web views.
flutter-handling-concurrencyExecutes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
flutter-handling-http-and-jsonExecutes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from external sources.
flutter-implementing-navigation-and-routingHandles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.
flutter-improving-accessibilityConfigures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring an application is usable for people with disabilities.
flutter-interoperating-with-native-apisInteroperates with native platform APIs on Android, iOS, and the web. Use when accessing device-specific features not available in Dart or calling existing native code.
flutter-localizing-appsConfigures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse user locales.
flutter-managing-stateManages application and ephemeral state in a Flutter app. Use when sharing data between widgets or handling complex UI state transitions.
flutter-reducing-app-sizeMeasures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or meeting app store package constraints.
flutter-setting-up-on-linuxSets up a Linux environment for Flutter development. Use when configuring a Linux machine to run, build, or deploy Flutter applications.
flutter-setting-up-on-macosSets up a macOS environment for Flutter development. Use when configuring a macOS machine to run, build, or deploy Flutter applications for iOS or macOS.
flutter-setting-up-on-windowsSets up a Windows environment for Flutter development. Use when configuring a Windows machine to run, build, or deploy Flutter applications for Windows desktop or Android.
flutter-testing-appsImplements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality and preventing regressions through automated testing.
flutter-theming-appsCustomizes the visual appearance of a Flutter app using the theming system. Use when defining global styles, colors, or typography for an application.
flutter-working-with-databasesManages local data persistence using SQLite or other database solutions. Use when a Flutter app needs to store, query, or synchronize large amounts of structured data on the device.

Contributing

To contribute skills, see the instructions in tool/generator/README.md.

Please see CONTRIBUTING.md for more information.

Code of Conduct

Please see CODE_OF_CONDUCT.md for more information.

About

No description, topics, or website provided.
782.00 KiB
0 forks0 stars10 branches0 TagREADMEBSD-3-Clause license
Language
Dart100%