flutter-use-http-package

flutter use http package

flutter ↓ 21k
Claude Code
View source ↗

What it does

  • Configuration & Permissions
  • Request Execution & Response Handling
  • Background Parsing
  • Workflow: Executing Network Operations
  • URIs: Always parse URL strings using Uri.parse('yoururl').
  • Headers: Inject authorization and content-type headers via the headers parameter map. Use HttpHeaders.authorizationHeader for auth tokens.
  • Payloads: For POST and PUT requests, encode the body using jsonEncode() from dart:convert.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

flutter use http package

Source

Repository: https://github.com/flutter/skills

flutter-use-http-package FAQ

What does the flutter-use-http-package skill do?

Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API. Configuration & Permissions Request Execution & Response Handling

How do I install flutter-use-http-package?

Run: npx -y skills add https://github.com/flutter/skills --skill flutter-use-http-package --agent claude-code — the source lives at github.com/flutter/skills.

Maintain flutter-use-http-package?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

flutter-use-http-package on getagentictools
[![flutter-use-http-package on getagentictools](https://getagentictools.com/badge/skills/flutter-skills-flutter-use-http-package.svg)](https://getagentictools.com/skills/flutter-skills-flutter-use-http-package?ref=badge)
npx agentictools info skills/flutter-skills-flutter-use-http-package

The second line is the CLI lookup for this page — handy in READMEs and docs.