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.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
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.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„flutter-add-widget-preview“ wird verwendet. Add a preview for the profile summary card in light and dark modes.
Erwartetes Ergebnis:
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“ wird verwendet. Create reusable previews for buttons that need the application theme.
Erwartetes Ergebnis:
- 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“ wird verwendet. Prepare a responsive preview set for the product tile.
Erwartetes Ergebnis:
A MultiPreview configuration presents compact and wide product tile variants with explicit constraints and consistent labels.
Sicherheitsaudit
SicherAll 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.
Risikofaktoren
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/flutter-flutter-add-widget-preview/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/flutter-flutter-add-widget-preview?utm_source=security_passport_badge)HTML-Badge
<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>Einbettungskarte
<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>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
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-Zitat
@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-Score
Warum dieser Score Evidenzvertrauen: MittelWas Sie erstellen können
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.
Diese Prompts ausprobieren
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.
Bewährte Praktiken
- 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.
Vermeiden
- 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.