flutter-handling-http-and-json
Master HTTP operations, JSON serialization, and background parsing in Flutter apps with security best practices.
Install
npx skills add https://github.com/flutter/skills --skill flutter-handling-http-and-jsonStats
| Total installs | 2,275 |
| Weekly installs | 2.3K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Covers three HTTP methods (GET, POST, PUT, DELETE) with proper status code validation, HTTPS enforcement, and safe URI construction using Uri.https().
- Offers two serialization strategies: manual fromJson/toJson for simple models, and code generation with json_serializable for complex nested structures.
- Includes background parsing with compute() to prevent UI jank when processing large JSON payloads (1000+ items).
- Provides platform-specific configuration guidance for Android and iOS network security policies.
Tags
Related skills
| Skill | Installs | vs flutter-handling-http-and-json |
|---|---|---|
| rivetkit-client-javascript | 2,147 | -128 |
| github-trending | 2,375 | +100 |
| weather | 2,586 | +311 |
| tushare-finance | 2,026 | -249 |
| query-address-info | 1,988 | -287 |
FAQ
- How many installs does flutter-handling-http-and-json have?
- flutter-handling-http-and-json has 2,275 total installs and 2.3K installs this week.
- Where is flutter-handling-http-and-json hosted?
- flutter-handling-http-and-json is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-handling-http-and-json have?
- flutter-handling-http-and-json has 833 GitHub stars.
- When was flutter-handling-http-and-json first indexed?
- OrangeBot.AI first indexed flutter-handling-http-and-json on Mar 13, 2026.
- How do I install flutter-handling-http-and-json?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-handling-http-and-json