flutter-add-widget-preview
Add Flutter Widget Previews
Flutter widgets can be difficult to inspect without launching the full application. This skill adds isolated previews with appropriate annotations, configurations, and workflows.
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "flutter-add-widget-preview" from https://skillstore.io/skills/flutter-flutter-add-widget-preview.md and its manifest at https://skillstore.io/api/skills/flutter-flutter-add-widget-preview/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「flutter-add-widget-preview」を使用しています。 Add a preview for the profile summary card in light and dark modes.
期待される結果:
The profile summary card gains two grouped previews with descriptive names and theme-specific brightness settings. Existing widget behavior remains unchanged.
「flutter-add-widget-preview」を使用しています。 Create reusable previews for buttons that need the application theme.
期待される結果:
- A custom preview annotation applies the shared application theme.
- Button previews use consistent grouping and names.
- Validation steps cover IDE discovery and preview refresh behavior.
「flutter-add-widget-preview」を使用しています。 Prepare a responsive preview set for the product tile.
期待される結果:
A MultiPreview configuration presents compact and wide product tile variants with explicit constraints and consistent labels.
セキュリティ監査
安全All 20 static findings are false positives caused by Markdown backticks, fenced Dart examples, ordinary project inspection guidance, or a fixed Flutter CLI command. No command injection, system reconnaissance, prompt injection, or malicious intent was found.
リスク要因
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/flutter-flutter-add-widget-preview/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/flutter-flutter-add-widget-preview?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/flutter-flutter-add-widget-preview?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/flutter-flutter-add-widget-preview/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/flutter-flutter-add-widget-preview.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
flutter. (2026). flutter-add-widget-preview security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/flutter-flutter-add-widget-preview/audits/1BibTeX形式の引用
@techreport{flutter-flutter-flutter-add-widget-preview-2026,
author = {flutter},
title = {flutter-add-widget-preview security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/flutter-flutter-add-widget-preview/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "flutter-add-widget-preview security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "flutter"
date-released: "2026-09-08"
url: "https://skillstore.io/skills/flutter-flutter-add-widget-preview/audits/1"
identifiers:
- type: other
value: "skillstore:flutter-flutter-add-widget-preview:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 中作成できるもの
Preview a New Component
Add an isolated preview for a new widget with a useful name, group, and size.
Review Design Variants
Generate light, dark, and constrained previews for consistent visual review.
Standardize Package Previews
Create reusable preview annotations that apply shared themes and wrappers across a component library.
これらのプロンプトを試す
Add a Flutter widget preview for [widget name]. Use a clear preview name and group, then explain the changes.
Add previews for [widget name] in light and dark modes. Include suitable sizes and preserve existing behavior.
Create a reusable Preview annotation for widgets in [feature]. Apply the shared theme, wrapper, naming, and grouping requirements.
Build a MultiPreview setup for [widgets] across [configurations]. Handle web preview limitations, minimize duplication, and provide validation steps.
ベストプラクティス
- Use descriptive preview names and groups so related components remain easy to find.
- Set explicit sizes for widgets that do not receive reliable constraints.
- Extract repeated themes, wrappers, and configurations into reusable preview annotations.
回避
- Do not call native APIs from widgets rendered in the web-based preview environment.
- Do not use private or nonconstant callbacks in preview annotations.
- Do not treat successful preview rendering as complete application testing.