Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from sleeping.
## Getting started

To learn more about the plugin and getting started, you can view the main package's
[README](https://github.com/fluttercommunity/wakelock_plus/blob/main/wakelock/README.md).
[README](https://github.com/fluttercommunity/wakelock_plus/blob/main/README.md).

### Plugin structure

Expand Down Expand Up @@ -71,4 +71,4 @@ WakelockPlus.enable();
WakelockPlus.disable();
//...
WakelockPlus.toggle(enable: true);
```
```