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.
connectivity_plus_tvos #
tvOS implementation of connectivity_plus
for flutter-tvos.
Hand-finished from
flutter-tvos plugin port. Verified: integration tests pass on a physical Apple TV.
Usage #
dependencies:
connectivity_plus: ^7.x
connectivity_plus_tvos: ^0.0.1
tvOS support #
✅ Supported #
checkConnectivity()andonConnectivityChanged— backed byNWPathMonitor, which works on tvOS.- Results:
wifi,ethernet,vpn,none.
⚠️ Limitations / differs from iOS #
- No
mobile/ cellular result — an Apple TV has no cellular radio. Wired Apple TVs reportethernet.
❌ Not supported on tvOS #
- Cellular detection (not applicable).
See PORTING_REPORT.md for the port detail and checklist.