Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clovisnicolas authored Jan 25, 2018
1 parent 158e7aa commit d0f62b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Screen
[![pub package](https://img.shields.io/pub/v/screen.svg)](https://pub.dartlang.org/packages/screen)
A Flutter plugin to manage the device's screen on Android and iOS.

## Usage
Expand All @@ -22,4 +23,4 @@ Screen.setBrightness(0.5);
// Prevent screen from going into sleep mode:
Screen.keepOn(true);
```
```

0 comments on commit d0f62b3

Please sign in to comment.