tvOS implementation of device_info_plus
for flutter-tvos.
Hand-finished from
flutter-tvos plugin port.
dependencies:
device_info_plus: ^13.x
device_info_plus_tvos: ^0.0.1Use DeviceInfoPlugin().iosInfo — the tvOS device maps onto the iOS
info shape (utsname, UIDevice).
name,systemName,systemVersion,model,localizedModel,identifierForVendor,isPhysicalDevice,utsname.*,systemFeatures.
isiOSAppOnMac/isiOSAppOnVisionare alwaysfalse(not applicable to tvOS; the underlying selectors do not exist there).
- iOS-app-on-Mac/Vision context flags (meaningless on tvOS).
See PORTING_REPORT.md for the port detail and checklist.