Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Aug 27, 2023
1 parent 5d765c3 commit 0cbc98a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.3.6

* [macos] Fix incorrect centering when multi-screen
* [windows] feat: restore Windows 7 support (#388)
* [windows] Better fullscreen implementation (#367)

### 0.3.5

* [macos] fixes setMinimumSize and setMaximumSize (#341)
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ packages:
dependency: transitive
description:
name: screen_retriever
sha256: "63694235c194d0d953f698fbb04471eb6c8d0e6bbb283a369b40414ed07ef83a"
sha256: "6ee02c8a1158e6dae7ca430da79436e3b1c9563c8cf02f524af997c201ac2b90"
url: "https://pub.dev"
source: hosted
version: "0.1.8"
version: "0.1.9"
shortid:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ packages:
dependency: "direct main"
description:
name: screen_retriever
sha256: "63694235c194d0d953f698fbb04471eb6c8d0e6bbb283a369b40414ed07ef83a"
sha256: "6ee02c8a1158e6dae7ca430da79436e3b1c9563c8cf02f524af997c201ac2b90"
url: "https://pub.dev"
source: hosted
version: "0.1.8"
version: "0.1.9"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
flutter:
sdk: flutter
path: ^1.8.2
screen_retriever: ^0.1.8
screen_retriever: ^0.1.9

dev_dependencies:
dependency_validator: ^3.0.0
Expand Down

0 comments on commit 0cbc98a

Please sign in to comment.