flutter_network_capabilities 0.0.3
flutter_network_capabilities: ^0.0.3 copied to clipboard
This package allows monitoring of Network Capabilities from Android and iOS devices.
0.0.3 #
- Fix iOS AppHang: dispatch
SCNetworkReachabilityGetFlagsandCTTelephonyNetworkInfo()to a background queue to avoid blocking the main thread during XPC calls. - Fix typo:
transport_subtypefor WiFi was"unknwon", now"unknown".
0.0.1 #
- Initial release supporting the fields:
transport_type(wifi or celluar)transport_subtypebandwidthandsignal_strengthinformation for specific APIs of Android (not supported on iOS)