Skip to content

Commit 99407d3

Browse files
committed
v0.1.2
1 parent e410630 commit 99407d3

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2
2+
3+
[windows] Support capture the entire screen #3
4+
15
## 0.1.1
26

37
* The `capture` method supports `screen` and `window` modes ([See platforms differences](https://github.com/leanflutter/screen_capturer#platform-differences)).

README-ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
```yaml
4949
dependencies:
50-
screen_capturer: ^0.1.1
50+
screen_capturer: ^0.1.2
5151
```
5252
5353
@@ -80,7 +80,7 @@ CapturedData? capturedData = await screenCapturer.capture(
8080
| Name | Description | Linux | macOS | Windows |
8181
| -------- | ------------------------------------------ | ----- | ----- | ------- |
8282
| `region` | 在对象周围拖动光标以形成一个矩形。 | ✔️ | ✔️ | ✔️ |
83-
| `screen` | 捕获整个屏幕。 | ✔️ | ✔️ | |
83+
| `screen` | 捕获整个屏幕。 | ✔️ | ✔️ | ✔️ |
8484
| `window` | 选择要捕获的窗口。(linux只捕获当前窗口) || ✔️ | ✔️ |
8585

8686
## 谁在用使用它?

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Add this to your package's pubspec.yaml file:
4747

4848
```yaml
4949
dependencies:
50-
screen_capturer: ^0.1.1
50+
screen_capturer: ^0.1.2
5151
```
5252
5353
Or
@@ -80,7 +80,7 @@ CapturedData? capturedData = await screenCapturer.capture(
8080
| Name | Description | Linux | macOS | Windows |
8181
| -------- | ---------------------------------------------------------------------------------- | ----- | ----- | ------- |
8282
| `region` | Drag the cursor around an object to form a rectangle. | ✔️ | ✔️ | ✔️ |
83-
| `screen` | Capture the entire screen. | ✔️ | ✔️ | |
83+
| `screen` | Capture the entire screen. | ✔️ | ✔️ | ✔️ |
8484
| `window` | Select a window, that you want to capture. (linux capture only the current window) || ✔️ | ✔️ |
8585

8686
## Who's using it?

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ packages:
213213
path: ".."
214214
relative: true
215215
source: path
216-
version: "0.1.1"
216+
version: "0.1.2"
217217
sky_engine:
218218
dependency: transitive
219219
description: flutter

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.1
3+
version: 0.1.2
44
homepage: https://github.com/leanflutter/screen_capturer
55

66
platforms:

0 commit comments

Comments
 (0)