Favicon of flutter-use-http-package

flutter-use-http-package Skill

AI Agent SkillDartOpen source

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. Published by flutter in agent-plugins.

Decision snapshot

Is this a fit?

Best for

Security review, Data analysis, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

17 days ago · BSD-3-Clause license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is flutter-use-http-package Skill?

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. Published by flutter in agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
86/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Security review
  • Data analysis
  • Security review use cases
  • Data analysis use cases

Declared skill metadata

  • Source file: skills/flutter-use-http-package/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use flutter-use-http-package Skill

  • Use it for security review.
  • Use it for data analysis.

Built with

DartCopy skill directory

Editorial notes

Source

  • Creator: flutter
  • Repository: flutter/agent-plugins
  • Skill file: skills/flutter-use-http-package/SKILL.md

What it does

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.

Skill instructions

Implementing Flutter Networking Contents - Configuration & Permissions - Request Execution & Response Handling - Background Parsing - Workflow: Executing Network Operations - Examples Configuration & Permissions Configure the environment and platform-specific permissions required for network access. 1. Add the http package dependency via the terminal: bash flutter pub add http 2. Import the package in your Dart files: dart import 'package:http/http.dart' as http; 3. Configure Android permissions by adding the Internet permission to android/app/src/main/AndroidManifest.xml: xml <uses-permission android:name="android.permission.INTERNET" / 4. Configure macOS entitlements by adding the network client key to both macos/Runner/DebugProfile.entitlements and macos/Runner/Release.entitlements: xml <keycom.apple.security.network.client</key <true/ Request Execution & Response Handling Execute HTTP operations and map responses to strongly typed Dart objects. URIs: Always parse URL strings using

Verified compatibility and discovery

Frequently asked questions

What is flutter-use-http-package?

flutter-use-http-package is a open-source AI agent skill with Copy skill directory. 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.

Who is flutter-use-http-package best for?

flutter-use-http-package is best for reusing agent instructions, scripts, and references, security review workflows, data analysis workflows.

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

Install or run flutter-use-http-package using Copy skill directory. Check flutter-use-http-package for the latest setup command.

Is flutter-use-http-package actively maintained?

flutter-use-http-package may need a closer maintenance check before production use.

Share:

Stars
2,857
Forks
171
Last commit
17 days ago
Last verified
Aug 25, 2026
Metadata fetched
Aug 25, 2026
Repository age
6 months
License
BSD-3-Clause

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to flutter-use-http-package