device_info_plus_tvos 0.0.1 copy "device_info_plus_tvos: ^0.0.1" to clipboard
device_info_plus_tvos: ^0.0.1 copied to clipboard

tvOS (Apple TV) implementation of the device_info_plus Flutter plugin, provided by flutter-tvos.

device_info_plus_tvos #

tvOS implementation of device_info_plus for flutter-tvos.

Hand-finished from flutter-tvos plugin port.

Usage #

dependencies:
  device_info_plus: ^13.x
  device_info_plus_tvos: ^0.0.1

Use DeviceInfoPlugin().iosInfo — the tvOS device maps onto the iOS info shape (utsname, UIDevice).

tvOS support #

✅ Supported #

  • name, systemName, systemVersion, model, localizedModel, identifierForVendor, isPhysicalDevice, utsname.*, systemFeatures.

⚠️ Limitations / differs from iOS #

  • isiOSAppOnMac / isiOSAppOnVision are always false (not applicable to tvOS; the underlying selectors do not exist there).

❌ Not supported on tvOS #

  • iOS-app-on-Mac/Vision context flags (meaningless on tvOS).

See PORTING_REPORT.md for the port detail and checklist.

0
likes
140
points
49
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the device_info_plus Flutter plugin, provided by flutter-tvos.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

device_info_plus_platform_interface, flutter

More

Packages that depend on device_info_plus_tvos

Packages that implement device_info_plus_tvos