Skip to content

Commit 447083e

Browse files
committed
v0.1.1
1 parent 0e7e75f commit 447083e

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
## 0.1.1
2+
3+
* Add `visiblePosition`, `visibleSize` fields to `Display` model
4+
15
## 0.1.0
26

3-
- Support macOS Mojave.
7+
* Support macOS Mojave.
48

59
## 0.0.2
610

7-
- Support windows platform.
11+
* Support windows platform.
812

913
## 0.0.1
1014

11-
- first release.
15+
* First release.

README-ZH.md

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

4646
```yaml
4747
dependencies:
48-
screen_retriever: ^0.1.0
48+
screen_retriever: ^0.1.1
4949
```
5050
5151

README.md

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

4646
```yaml
4747
dependencies:
48-
screen_retriever: ^0.1.0
48+
screen_retriever: ^0.1.1
4949
```
5050
5151
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ packages:
141141
path: ".."
142142
relative: true
143143
source: path
144-
version: "0.1.0"
144+
version: "0.1.1"
145145
sky_engine:
146146
dependency: transitive
147147
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_retriever
22
description: This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc.
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/leanflutter/screen_retriever
55

66
platforms:

0 commit comments

Comments
 (0)