package_info_plus_tvos 0.0.1
package_info_plus_tvos: ^0.0.1 copied to clipboard
tvOS (Apple TV) implementation of the package_info_plus Flutter plugin, provided by flutter-tvos.
package_info_plus_tvos #
tvOS implementation of package_info_plus
for flutter-tvos.
Hand-finished from
flutter-tvos plugin port.
Usage #
dependencies:
package_info_plus: ^10.x
package_info_plus_tvos: ^0.0.1
tvOS support #
✅ Supported #
appName,packageName,version,buildNumber,buildSignature— read from the app bundleInfo.plist(available on tvOS).
⚠️ Limitations / differs from iOS #
installerStoreisnullon tvOS (no App Store installer source attribution exposed).
❌ Not supported on tvOS #
- None for core fields.
See PORTING_REPORT.md for the port detail and checklist.