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.
Decision snapshot
Is this a fit?
Security review, Data analysis, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
17 days ago · BSD-3-Clause license
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.
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
- 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
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.
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.