File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 4646
4747``` yaml
4848dependencies :
49- screen_capturer : ^0.1.5
49+ screen_capturer : ^0.1.6
5050` ` `
5151
5252或
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Add this to your package's pubspec.yaml file:
4646
4747``` yaml
4848dependencies :
49- screen_capturer : ^0.1.5
49+ screen_capturer : ^0.1.6
5050` ` `
5151
5252Or
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11name : screen_capturer
22description : This plugin allows Flutter desktop apps to capture screenshots.
3- version : 0.1.5
3+ version : 0.1.6
44homepage : https://github.com/leanflutter/screen_capturer
55
66platforms :
You can’t perform that action at this time.
0 commit comments