关于
This skill provides specialized guidance for architecting and implementing networking logic in Flutter, ranging from simple RESTful requests to complex GraphQL operations and real-time WebSocket communication. It helps developers choose between packages like Dio and http, implement sophisticated interceptors for authentication, and automate data modeling with Freezed and json_serializable. By focusing on production-grade patterns, it ensures applications handle edge cases like connectivity loss, API timeouts, and complex JSON structures with type-safe, maintainable code.