flutter-http-and-json
Implements secure HTTP networking, JSON serialization, and background parsing for Flutter applications.
Install
npx skills add https://github.com/flutter/skills --skill flutter-http-and-jsonStats
| Total installs | 978 |
| Weekly installs | 972 |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Implements CRUD operations (GET, POST, PUT, DELETE) using the http package with safe URL construction via Uri.https() and strict status code validation
- Provides strongly typed JSON serialization and deserialization using Dart 3 pattern matching with factory constructors and toJson() methods
- Offloads large JSON parsing to background isolates via compute() to prevent UI jank on payloads exceeding 16ms parse time
- Integrates structured JSON schemas for AI model outputs, including Gemini response validation with firebase_vertexai
- Requires http package in pubspec.yaml, Dart 3 null safety, and platform-specific internet permissions (Android manifest, macOS entitlements)
Tags
Related skills
| Skill | Installs | vs flutter-http-and-json |
|---|---|---|
| flutter-concurrency | 988 | +10 |
| swiftui-patterns | 1,080 | +102 |
| flutter-accessibility | 979 | +1 |
| flutter-localization | 985 | +7 |
| flutter-platform-views | 950 | -28 |
FAQ
- How many installs does flutter-http-and-json have?
- flutter-http-and-json has 978 total installs and 972 installs this week.
- Where is flutter-http-and-json hosted?
- flutter-http-and-json is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-http-and-json have?
- flutter-http-and-json has 833 GitHub stars.
- When was flutter-http-and-json first indexed?
- OrangeBot.AI first indexed flutter-http-and-json on Mar 4, 2026.
- How do I install flutter-http-and-json?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-http-and-json