ncc 0.0.6
ncc: ^0.0.6 copied to clipboard
A robust Dart package for efficient network request handling, session management, real-time network state tracking, and seamless error handling for modern applications.
0.0.6 - 2025-10-27 #
Breaking change #
- NetworkObservable is now solely responsible for managing local observers and notifying them of network events.
- GlobalNetworkObservable is responsible for tracking and notifying global observers across all clients, as well as maintaining shared network state by client.id.
- Renamed HttpClient to NccClient to better reflect the package name.
Added #
- GlobalNetworkObservable class is responsible for tracking and notifying global observers across all clients
Changed #
- Upgrade http: ">=1.5.0 <2.0.0"
- Upgrade meta: ">=1.16.0 <2.0.0"
- Upgrade coolint: ^2.1.2