wakelock_plus_tvos 0.0.1
wakelock_plus_tvos: ^0.0.1 copied to clipboard
tvOS (Apple TV) implementation of the wakelock_plus Flutter plugin, provided by flutter-tvos.
wakelock_plus_tvos #
tvOS implementation of wakelock_plus
for flutter-tvos.
Hand-finished from
flutter-tvos plugin port. Verified: 2/2 integration tests pass on a physical Apple TV.
Usage #
dependencies:
wakelock_plus: ^1.x
wakelock_plus_tvos: ^0.0.1
tvOS support #
✅ Supported #
WakelockPlus.enable()/disable()/toggle()/enabled— backed byUIApplication.isIdleTimerDisabled, which exists on tvOS (keeps the Apple TV screensaver from kicking in).
❌ Not supported on tvOS #
- None. Fully functional.
See PORTING_REPORT.md for the port detail and checklist.