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.
Improve Dart Code with Static Analysis
Dart diagnostics can be difficult to review and resolve before a commit. This skill guides Claude Code, Claude, and Codex through analysis, reviewed fixes, and formatting.
Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.
Review the Skillstore skill "dart-run-static-analysis" from https://skillstore.io/skills/flutter-dart-run-static-analysis.md and its manifest at https://skillstore.io/api/skills/flutter-dart-run-static-analysis/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.
Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.
Usando "dart-run-static-analysis". Analyze this Flutter package before I commit.
Resultado esperado:
Usando "dart-run-static-analysis". Preview automated Dart fixes without changing files.
Resultado esperado:
All 24 static findings are false positives. The external-command matches are Markdown formatting around documented Dart CLI commands and configuration, not executable code. The remaining reconnaissance match is an ordinary local Dart example, and no prompt injection, exfiltration, or malicious intent was found.
Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.
https://skillstore.io/skills/flutter-dart-run-static-analysis/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/flutter-dart-run-static-analysis?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/flutter-dart-run-static-analysis?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/flutter-dart-run-static-analysis/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/flutter-dart-run-static-analysis.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-run-static-analysis security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/flutter-dart-run-static-analysis/audits/1@techreport{flutter-flutter-dart-run-static-analysis-2026,
author = {flutter},
title = {dart-run-static-analysis security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/flutter-dart-run-static-analysis/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-run-static-analysis security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "flutter"
date-released: "2026-08-30"
url: "https://skillstore.io/skills/flutter-dart-run-static-analysis/audits/1"
identifiers:
- type: other
value: "skillstore:flutter-dart-run-static-analysis:audit:1"
description: "Skillstore immutable audit report identifier"
Run analysis, inspect diagnostics, and format a Flutter change before opening a pull request.
Set up analysis_options.yaml with recommended rules and strict type checks for a Dart package.
Preview and review supported automated fixes during a Dart SDK or API migration.
Run Dart static analysis for this project. Summarize each diagnostic and suggest the safest next step.
Run dart analyze, group the diagnostics by cause, and show which fixes are mechanical before changing files.
Run dart fix --dry-run for this package. Explain the proposed changes and wait for my approval before applying them.
Review analysis_options.yaml and propose strict type checks and lint rules. Explain each change and preserve existing project-specific rules.
Autor
flutterLicencia
MIT
Revisión de Skillstore
r1
Aviso de versión
El autor no declaró una versión.
Ref.
5fe3b354432749df6b19785dd9af3a0cf113b517
Actualidad del mantenimiento
31/8/2026
Uso
1 descargas · 0 vistas
Estructura de archivos
📄 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.
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.
Auditar el estilo del código y la mantenibilidad
por DNYoussef
Los equipos necesitan código correcto, legible, mantenible y alineado con los estándares del proyecto. Esta skill guía la revisión de estilo, la refactorización segura, las comprobaciones de documentación y los informes de calidad después de validar la funcionalidad.
Analizar Patrones de Código y Arquitectura
por C0ntr0lledCha0s
Las bases de código grandes ocultan estructuras repetidas y decisiones arquitectónicas poco claras. Esta habilidad encuentra patrones, explica su intención y destaca oportunidades prácticas de refactorización.
Buscar código por estructura AST
por 0xDarkMatter
Las búsquedas de texto no detectan relaciones semánticas y generan coincidencias ruidosas. Esta habilidad utiliza patrones de ast-grep para localizar estructuras de código y preparar refactorizaciones enfocadas.
Revisar código con controles de calidad estructurados
por alirezarezvani
Las revisiones de código pueden pasar por alto problemas de calidad, seguridad y mantenibilidad. Esta skill guía revisiones estructuradas con scripts, listas de comprobación y generación de informes.
Crea aplicaciones fullstack con orientación sénior
por alirezarezvani
Los proyectos fullstack suelen necesitar una configuración coherente, decisiones de arquitectura y controles de calidad. Esta skill proporciona scripts y referencias para trabajos con React, Next.js, Node.js, GraphQL y PostgreSQL.
Analiza proyectos de aprendizaje profundo de forma segura
por lllllllama
Los repositorios de aprendizaje profundo son difíciles de entender antes de realizar cambios. Esta habilidad mapea puntos de entrada, configuraciones, rutas de evaluación y riesgos de revisión sin modificar el código.