creativecreatorormaybenot

Improved README

... ... @@ -5,3 +5,6 @@
.pub/
build/
.idea
wakelock.iml
\ No newline at end of file
... ...
... ... @@ -4,7 +4,6 @@ This plugin allows you to enable and toggle the Android and iOS screen wakelock,
## Getting Started
The usage of this plugin is very straight forward.
If you want to enable the wakelock, you can simply call `Wakelock.enableWakelock` and to disable it, you can use `Wakelock.disableWakelock`:
```dart
... ...
... ... @@ -6,3 +6,4 @@
.DS_Store
/build
/captures
.idea
\ No newline at end of file
... ...
... ... @@ -70,3 +70,6 @@
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
wakelock_example.iml
.idea
\ No newline at end of file
... ...