File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) ).
Original file line number Diff line number Diff line change 4747
4848``` yaml
4949dependencies :
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## 谁在用使用它?
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Add this to your package's pubspec.yaml file:
4747
4848``` yaml
4949dependencies :
50- screen_capturer : ^0.1.1
50+ screen_capturer : ^0.1.2
5151` ` `
5252
5353Or
@@ -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?
Original file line number Diff line number Diff 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
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.1
3+ version : 0.1.2
44homepage : https://github.com/leanflutter/screen_capturer
55
66platforms :
You can’t perform that action at this time.
0 commit comments