Showing
3 changed files
with
8 additions
and
3 deletions
| 1 | # Wakelock [](https://pub.dev/packages/wakelock) | 1 | # Wakelock [](https://pub.dev/packages/wakelock) |
| 2 | 2 | ||
| 3 | -This plugin allows you to enable and toggle the Android and iOS screen wakelock, which prevents the screen from turning off automatically. | 3 | +This plugin allows you to enable and toggle the Android and iOS screen wakelock, which prevents the screen from turning off automatically. |
| 4 | +Essentially, this allows you to keep the device awake, i.e. prevent the phone or tablet from sleeping. | ||
| 4 | 5 | ||
| 5 | ## Usage | 6 | ## Usage |
| 6 | 7 |
| 1 | name: wakelock | 1 | name: wakelock |
| 2 | -description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off. | ||
| 3 | -version: 0.1.1 | 2 | +description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off. Essentially, this allows you to keep the device awake, i.e. prevent the phone or tablet from sleeping. |
| 3 | +version: 0.1.1+1 | ||
| 4 | author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> | 4 | author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> |
| 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock | 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock |
| 6 | 6 |
-
Please register or login to post a comment