juice_connectivity 0.1.0
juice_connectivity: ^0.1.0 copied to clipboard
Network reachability as a Juice bloc — online/offline and connection-type state behind a swappable provider seam.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-05-28 #
Added #
- Initial release.
ConnectivityBloc— owns online/offline status and active connection type.ConnectivityProvider— vendor seam; the bloc depends on this, not on a platform plugin, so it is testable without a device.ConnectivityPlusProvider— default provider backed byconnectivity_plus.- Debounce — configurable quiet period to absorb network flapping.
- Rebuild groups —
connectivity:status,connectivity:type.