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

Handling HTTP and JSON

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

Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from external sources.

flutterhttp-requestsjson-serializationrest-apidata-parsingbackground-processing
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-handling-http-and-json/workflow
1. Add the `http` package to `pubspec.yaml`.
2. Configure platform permissions for internet access.
3. Construct the target `Uri` using `Uri.https()`.
4. Execute the HTTP request using `http.get()`, `http.post()`, etc.
5. Validate the `response.statusCode`.
6. Parse the JSON payload using `jsonDecode()` and map to Dart objects.
7. Handle errors and exceptions appropriately.

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 aTailwind CSS Advanced Layout Techniques
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aTailwind CSS Development Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTypeScript + React 19 Code Review Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Handling HTTP and JSON
flutter-handling-http-and-json
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
make an HTTP request in Flutterparse JSON data in Flutterintegrate with a REST API in Flutterserialize data to JSON in Flutterhandle HTTP responses in Flutterperform background JSON parsing in Flutteruse the http package in Flutter

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-handling-http-and-json
$ synaptic skills detail flutter-handling-http-and-json
$ synaptic skills live flutter-handling-http-and-json

Dependências

httpjson_annotationbuild_runnerjson_serializable

Links

GitHub Repository