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() and onConnectivityChanged — backed by NWPathMonitor, 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 report ethernet.

❌ Not supported on tvOS

  • Cellular detection (not applicable).

See PORTING_REPORT.md for the port detail and checklist.

Libraries

connectivity_plus_tvos
tvOS (Apple TV) implementation of connectivity_plus.