device_info_plus_tvos 0.0.1
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.
0.0.1 #
Initial release — tvOS implementation of device_info_plus for
flutter-tvos. Generated
by flutter-tvos plugin port. Use DeviceInfoPlugin().iosInfo — the
tvOS device maps onto the iOS info shape (UIDevice, utsname).
- Supported:
name,systemName(=="tvOS"),systemVersion,model,localizedModel,identifierForVendor,isPhysicalDevice,utsname.*,systemFeatures. - Differs from iOS:
isiOSAppOnMac/isiOSAppOnVisionare alwaysfalse— the underlying selectors do not exist on tvOS. - Not supported on tvOS: iOS-app-on-Mac / iOS-app-on-Vision context flags (meaningless on tvOS).
See README.md and PORTING_REPORT.md for detail.