cross_connectivity 1.1.0 cross_connectivity: ^1.1.0 copied to clipboard
A Flutter plugin for handling Connectivity and REAL Connection state in the mobile, web and desktop platforms. Supports iOS, Android, Web, Windows, Linux and macOS.
Changelog #
1.1.0 #
- Added
ConnectivitySettings
with configurablelookupDuration
,lookupHost
,enablePolling
.
1.0.2 #
- Removed debug printing.
1.0.1 #
- Fixed incompatibility issue with Safari and IE of NetworkInformation API.
1.0.0 #
- Created common interface for handling
Connectivity
andREAL Connection
state in the mobile, web and desktop platforms. Supports iOS, Android, Web, Windows, Linux and macOS.