connectivity_plus_tvos 0.0.1
connectivity_plus_tvos: ^0.0.1 copied to clipboard
tvOS (Apple TV) implementation of the connectivity_plus Flutter plugin, provided by flutter-tvos.
0.0.1 #
Initial release — tvOS implementation of connectivity_plus for
flutter-tvos. Generated
by flutter-tvos plugin port.
- Supported:
checkConnectivity()andonConnectivityChanged(NWPathMonitor-backed). Results:wifi,ethernet,vpn,none. - Differs from iOS: no
mobile/ cellular result — Apple TV has no cellular radio. Wired Apple TVs reportethernet. - Not supported on tvOS: cellular detection (not applicable).
Verified end-to-end on a physical Apple TV (integration tests pass).
See README.md and PORTING_REPORT.md for detail.