flutter-fix-layout-issues
78Fix Flutter Layout Errors
Flutter constraint errors can hide the widget that caused the failure. This skill maps common error signatures to focused layout corrections and verification steps.
Modernize Dart Code with Pattern Matching
Complex Dart branching can obscure validation, destructuring, and subtype handling. This skill selects clear patterns and checks exhaustive switch behavior.
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "dart-use-pattern-matching" from https://skillstore.io/skills/flutter-dart-use-pattern-matching.md and its manifest at https://skillstore.io/api/skills/flutter-dart-use-pattern-matching/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「dart-use-pattern-matching」を使用しています。 Choose a pattern for a decoded user object containing a name and age list.
期待される結果:
Use a map pattern containing a two-element list pattern. Bind the name as String and age as int, with a fallback for invalid input.
「dart-use-pattern-matching」を使用しています。 Review area calculation for sealed Square and Circle types.
期待される結果:
All static findings are false positives caused by Markdown backticks, Dart code fences, print examples, and one standard local analyzer command. No malicious intent, prompt injection, unsafe command construction, or system reconnaissance was found.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/flutter-dart-use-pattern-matching/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/flutter-dart-use-pattern-matching?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/flutter-dart-use-pattern-matching?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/flutter-dart-use-pattern-matching/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/flutter-dart-use-pattern-matching.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>flutter. (2026). dart-use-pattern-matching security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/flutter-dart-use-pattern-matching/audits/1@techreport{flutter-flutter-dart-use-pattern-matching-2026,
author = {flutter},
title = {dart-use-pattern-matching security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/flutter-dart-use-pattern-matching/audits/1},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "dart-use-pattern-matching security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "flutter"
date-released: "2026-08-19"
url: "https://skillstore.io/skills/flutter-dart-use-pattern-matching/audits/1"
identifiers:
- type: other
value: "skillstore:flutter-dart-use-pattern-matching:audit:1"
description: "Skillstore immutable audit report identifier"
Convert nested data checks into map and list patterns that validate structure while extracting typed values.
Replace repetitive conditionals with concise switch expressions, logical patterns, and guard clauses.
Check sealed class and enum handling for missing cases before code review.
Recommend the best Dart pattern for this data shape and explain the choice: [describe data and desired result].
Refactor this Dart conditional using pattern matching. Preserve behavior and explain whether a switch expression or statement fits: [paste code].
Design Dart map and list patterns for this decoded structure. Extract required values and handle malformed input: [describe structure].
Review these Dart sealed types and switch cases. Identify missing subtypes, unsafe wildcards, guard issues, and variable binding conflicts: [paste definitions].
作成者
flutterライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
42e84db70fcf27e0ae9f87f2987f6d589a83ce4a
メンテナンスの新しさ
2026/8/19
利用状況
0 ダウンロード · 0 閲覧
ファイル構成
📄 SKILL.md
Fix Flutter Layout Errors
Flutter constraint errors can hide the widget that caused the failure. This skill maps common error signatures to focused layout corrections and verification steps.
Create Reliable Flutter Widget Tests
Flutter UI changes can fail when rendering and user interactions are not tested. This skill provides a clear workflow for building focused WidgetTester tests and validating state changes.
Build Responsive Flutter Layouts
Rigid Flutter interfaces overflow or stretch across changing window sizes. This skill guides adaptive layouts using constraints, breakpoints, flexible widgets, and large-screen width limits.
Apply Flutter Architecture Best Practices
Flutter features become difficult to maintain when UI, business logic, and data access are mixed. This skill organizes them into clear, testable layers.
Build Reliable Dart CLI Applications
Dart CLI projects need consistent command routing, error handling, tests, and release steps. This skill provides practical guidance for building and distributing them.
Configure Localization in Flutter Apps
Flutter localization setup requires coordinated dependency, generator, resource, and app configuration changes. This skill guides those changes with examples for strings, placeholders, plurals, and selects.
コードパターンとアーキテクチャを分析
作成者 C0ntr0lledCha0s
大規模なコードベースには、繰り返し現れる構造や不明瞭なアーキテクチャ上の選択が隠れています。このスキルはパターンを見つけ、その意図を説明し、実用的なリファクタリングの機会を明らかにします。
構造化された品質チェックでコードをレビューする
作成者 alirezarezvani
コードレビューでは、品質、セキュリティ、保守性の問題を見落とすことがあります。このスキルは、スクリプト、チェックリスト、レポート生成を使って構造化されたレビューを支援します。
シニアのガイダンスでフルスタックアプリを構築
作成者 alirezarezvani
フルスタックプロジェクトでは、一貫したセットアップ、アーキテクチャ選定、品質チェックが必要になることがよくあります。このスキルは、React、Next.js、Node.js、GraphQL、PostgreSQL の作業向けにスクリプトとリファレンスを提供します。
Rust の If-Let 制御フローを簡素化
作成者 EmilLindfors
ネストされたパターンマッチングは、Rust コード内の主要な判断経路を見えにくくすることがあります。このスキルは、Claude、Codex、Claude Code が、より明確な Rust 2024 の制御フローのために let chains を提案するのを支援します。
構造化レポートでコードベースを分析
作成者 Atman36
チームが見慣れないリポジトリを変更する前にすばやく理解する方法が必要です。このスキルは、Claude、Codex、Claude Code に対して、構造、依存関係、アーキテクチャ、品質、セキュリティのチェックを案内します。
ストリーミング対応のマルチエージェントワークフローを構築
作成者 DNYoussef
逐次的なAIワークフローでは、ステップ間でコンテキストが失われることがよくあります。このスキルは、各結果を次のタスクへ渡すstream-chainパターンを定義します。