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.
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.
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "flutter-apply-architecture-best-practices" from https://skillstore.io/skills/flutter-flutter-apply-architecture-best-practices.md and its manifest at https://skillstore.io/api/skills/flutter-flutter-apply-architecture-best-practices/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.
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
„flutter-apply-architecture-best-practices“ wird verwendet. Plan a profile feature that loads a user from an API and supports refresh.
Erwartetes Ergebnis:
„flutter-apply-architecture-best-practices“ wird verwendet. Should checkout pricing logic stay in the ViewModel?
Erwartetes Ergebnis:
Move reusable pricing rules into a checkout use case. Keep presentation state in the ViewModel and data access behind repositories.
„flutter-apply-architecture-best-practices“ wird verwendet. Review a widget that calls an HTTP client directly.
Erwartetes Ergebnis:
Move HTTP access into a stateless service. Add a repository for transformation and caching, then inject it into a ViewModel.
All 14 static findings are false positives caused by Markdown backticks, fenced examples, ordinary prose, or harmless Dart syntax. The skill provides architecture guidance and contains no executable shell commands, sensitive key material, reconnaissance behavior, or prompt injection.
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
https://skillstore.io/skills/flutter-flutter-apply-architecture-best-practices/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/flutter-flutter-apply-architecture-best-practices?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/flutter-flutter-apply-architecture-best-practices?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/flutter-flutter-apply-architecture-best-practices/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/flutter-flutter-apply-architecture-best-practices.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). flutter-apply-architecture-best-practices security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/flutter-flutter-apply-architecture-best-practices/audits/1@techreport{flutter-flutter-flutter-apply-architecture-best-practices-2026,
author = {flutter},
title = {flutter-apply-architecture-best-practices security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/flutter-flutter-apply-architecture-best-practices/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: "flutter-apply-architecture-best-practices security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "flutter"
date-released: "2026-08-19"
url: "https://skillstore.io/skills/flutter-flutter-apply-architecture-best-practices/audits/1"
identifiers:
- type: other
value: "skillstore:flutter-flutter-apply-architecture-best-practices:audit:1"
description: "Skillstore immutable audit report identifier"
Map a feature into models, services, repositories, ViewModels, views, and dependency registrations before implementation.
Identify mixed responsibilities and move data access, state, and business rules into testable layers.
Create a shared project structure and implementation checklist for consistent feature delivery.
Plan a layered architecture for my Flutter feature: [feature]. List each model, service, repository, ViewModel, view, and dependency registration.
Review these Flutter classes: [class summary]. Assign each responsibility to UI, data, or domain layers and explain any changes.
Refactor this Flutter feature description using MVVM and repositories: [description]. Provide a migration sequence that preserves behavior and supports testing.
Design the architecture for [workflow] across [repositories]. Decide whether use cases are needed, define dependencies, state transitions, caching, retries, and test boundaries.
Autor
flutterLizenz
MIT
Skillstore-Revision
r1
Versionshinweis
Der Autor hat keine Version angegeben.
Ref.
e22f0e5c175a84e01097fa734ec2a74420c14771
Aktualität der Wartung
19.8.2026
Nutzung
0 Downloads · 0 Aufrufe
Dateistruktur
📄 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.
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.
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.
Experten-Apps mit Flutter entwickeln
von sickn33
Flutter-Teams benötigen solide Architektur und Plattformberatung. Dieser Skill hilft dabei, Apps für verschiedene Flutter-Ziele zu planen, zu entwickeln, zu testen und zu optimieren.
Flutter-Animationen erstellen
von madteacher
Bewegung in Flutter kann schwer richtig auszuwählen und umzusetzen sein. Dieser Skill unterstützt bei der Auswahl von Animationen, Code-Mustern, Performance und Barrierefreiheit.
Skalierbare Softwarearchitektur entwerfen
von davila7
Architekturentscheidungen sind schwer zu vergleichen, wenn Anforderungen, Abwägungen und Implementierungsbeschränkungen verstreut dokumentiert sind. Dieser Skill bietet strukturierte Referenzen und Hilfsskripte für Systemdesign, Technologieauswahl und grundlegende Architekturberichte.
Codebasen mit strukturierten Berichten analysieren
von Atman36
Teams benötigen eine schnelle Möglichkeit, unbekannte Repositorys zu verstehen, bevor sie Änderungen daran vornehmen. Diese Skill führt Claude, Codex und Claude Code durch Prüfungen von Struktur, Abhängigkeiten, Architektur, Qualität und Sicherheit.
Komplexe Codeänderungen planen
von tencentcloudbase
Große Codeänderungen scheitern häufig, wenn Umfang, Design und Akzeptanzkriterien unklar sind. Dieser Skill führt Claude, Codex und Claude Code durch Anforderungen, Design, Aufgaben und gestufte Bestätigung.
Bereitstellung von Backend-Features koordinieren
von sickn33
Komplexe Backend-Features scheitern oft, wenn Anforderungen, Design, Tests und Rollout getrennt behandelt werden. Diese Skill bietet einen phasenbasierten Workflow für eine koordinierte Bereitstellung von der Discovery bis zum Deployment.