Setup & Installation
What This Skill Does
Handles HTTP requests and JSON serialization in Flutter apps. Covers GET, POST, PUT, and DELETE operations with the http package, manual and code-generated JSON parsing, and background isolate parsing for large payloads. It gives you ready-made patterns for HTTP calls, JSON mapping, and background parsing so you don't have to piece together Flutter docs, package READMEs, and StackOverflow answers each time.
When to use it
- Working with flutter handling http and json functionality
- Implementing flutter handling http and json features
- Debugging flutter handling http and json related issues
