flutter-handling-http-and-json
HTTP requests and JSON serialization for Flutter REST API integration and data parsing.
What it does
- Core Guidelines
- Workflow: Executing HTTP Operations
- Workflow: Implementing JSON Serialization
- Workflow: Parsing Large JSON in the Background
- Prevent UI Jank: Move expensive JSON parsing operations (taking >16ms) to a background isolate using the compute() function.
- [ ] Add the http package to pubspec.yaml.
- [ ] Configure platform permissions (Internet permission in AndroidManifest.xml and macOS .entitlements).
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
HTTP requests and JSON serialization for Flutter REST API integration and data parsing.
Source
Repository: https://github.com/flutter/skills
flutter-handling-http-and-json FAQ
What does the flutter-handling-http-and-json skill do?
Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from external sources. Core Guidelines Workflow: Executing HTTP Operations
How do I install flutter-handling-http-and-json?
Run: npx -y skills add https://github.com/flutter/skills --skill flutter-handling-http-and-json --agent claude-code — the source lives at github.com/flutter/skills.
Maintain flutter-handling-http-and-json?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/flutter-skills-flutter-handling-http-and-json?ref=badge) npx agentictools info skills/flutter-skills-flutter-handling-http-and-json The second line is the CLI lookup for this page — handy in READMEs and docs.