fluttercommunity / wakelock_plus

Flutter plugin that allows you to keep the device screen awake on Android, iOS, macOS, Windows, Linux, and web.
BSD 3-Clause "New" or "Revised" License
71 stars 54 forks source link

add android cpu wakelock #39

Closed HannesGitH closed 7 months ago

HannesGitH commented 7 months ago

Description

simply adds a new variant with CPU suffix to the api, toggling the android cpu wakelock

i.e. in addition to WakelockPlus.toggle(..) we can now also use WakelockPlus.toggleCPU(..) etc.

diegotori commented 7 months ago

@HannesGitH since this solution only applies to Android, this is something that we probably won't accept as a PR.

However, you're more than welcome to release a separate library targeting this Android specific feature.