manager/network_manager library
The central orchestrator of flutter_network_state.
NetworkManager is the single entry-point that wires together:
- NetworkStatusMonitor — connectivity detection
- CacheManager — in-memory caching with TTL
- RequestQueue — offline request queue
- SyncEngine — automatic sync on reconnect
It exposes a unified stateStream and a request<T>() API that
applies NetworkStrategy logic transparently.
Classes
- NetworkManager
- The primary API surface of the plugin.
- NetworkManagerConfig
- Configuration for NetworkManager.