Skip to content

Commit bbbad89

Browse files
committed
v0.1.6
1 parent 4ab7531 commit bbbad89

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.6
2+
3+
* [windows] imagePath null check fixes (#21)
4+
15
## 0.1.5
26

37
* Add `readImageFromClipboard` method to read image from clipboard.

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
```yaml
4848
dependencies:
49-
screen_capturer: ^0.1.5
49+
screen_capturer: ^0.1.6
5050
```
5151
5252

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add this to your package's pubspec.yaml file:
4646

4747
```yaml
4848
dependencies:
49-
screen_capturer: ^0.1.5
49+
screen_capturer: ^0.1.6
5050
```
5151
5252
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ packages:
233233
path: ".."
234234
relative: true
235235
source: path
236-
version: "0.1.5"
236+
version: "0.1.6"
237237
shell_executor:
238238
dependency: transitive
239239
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: screen_capturer
22
description: This plugin allows Flutter desktop apps to capture screenshots.
3-
version: 0.1.5
3+
version: 0.1.6
44
homepage: https://github.com/leanflutter/screen_capturer
55

66
platforms:

0 commit comments

Comments
 (0)