Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Building Validated Forms

porflutter·flutter· v1.0.0 · atualizado em 2026-04-10
79
Score

Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.

flutterformsvalidationuser-inputui-developmentmobile-development
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-building-forms/workflow
1. Create a `StatefulWidget` to host the form.
2. Instantiate a `GlobalKey<FormState>` in the `State` class.
3. Return a `Form` widget in the `build` method and assign the `GlobalKey` to its `key` property.
4. Add `TextFormField` widgets as children of the `Form` widget.
5. Implement a `validator` function for each `TextFormField` to validate user input.
6. Add a submit button (e.g., `ElevatedButton`) to trigger form validation.
7. Implement the validation check in the button's `onPressed` callback using `_formKey.currentState!.validate()`.
8. Handle form submission if validation is successful.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Building Validated Forms
flutter-building-forms
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
build a Flutter formcreate a validated form in Flutterimplement user input validation in Flutteradd form validation to a Flutter appcreate a login screen in Flutterbuild a data entry form in Flutterhandle user input in Flutter forms

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download flutter-building-forms
$ synaptic skills detail flutter-building-forms
$ synaptic skills live flutter-building-forms

Dependências

flutter/material.dart

Links

GitHub Repository