Skip to content

Commit 9cef56e

Browse files
committed
v0.1.3
1 parent fbbdcc6 commit 9cef56e

6 files changed

Lines changed: 9 additions & 5 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.3
2+
3+
* [linux] fix: crash when on wayland with no primary monitor #3
4+
15
## 0.1.2
26

37
* [windows] Returns the correct `width` and `height`

README-ZH.md

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

4848
```yaml
4949
dependencies:
50-
screen_retriever: ^0.1.2
50+
screen_retriever: ^0.1.3
5151
```
5252
5353

README.md

Lines changed: 1 addition & 1 deletion
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_retriever: ^0.1.2
50+
screen_retriever: ^0.1.3
5151
```
5252
5353
Or

example/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ SPEC CHECKSUMS:
3232

3333
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
3434

35-
COCOAPODS: 1.11.2
35+
COCOAPODS: 1.11.3

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.2"
144+
version: "0.1.3"
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.2
3+
version: 0.1.3
44
homepage: https://github.com/leanflutter/screen_retriever
55

66
platforms:

0 commit comments

Comments
 (0)