From d3d4f87984743d856d0407f3e3e16334b8010a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=81=A5=E8=8E=B9?= Date: Mon, 6 Feb 2023 22:19:30 +0800 Subject: [PATCH] v0.1.6 --- .github/workflows/build.yml | 20 ++++++++++---------- CHANGELOG.md | 5 +++++ README-ZH.md | 2 +- README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 6 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa5551e..08c8e3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,16 +7,16 @@ on: branches: [main] jobs: - build-linux: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: subosito/flutter-action@v2 - - run: | - sudo apt-get update -y - sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev - - run: flutter config --enable-linux-desktop - - run: cd example && flutter build linux -v + # build-linux: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - uses: subosito/flutter-action@v2 + # - run: | + # sudo apt-get update -y + # sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev + # - run: flutter config --enable-linux-desktop + # - run: cd example && flutter build linux -v build-macos: runs-on: macos-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c0240..c66c425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.6 + +* Update Display to have final fields (#8) +* Fix compilation issues related to getAllDisplays (#7) + ## 0.1.5 * Implement "display-added" and "display-removed" for Linux #5 diff --git a/README-ZH.md b/README-ZH.md index f6d4940..ba86e26 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -50,7 +50,7 @@ ```yaml dependencies: - screen_retriever: ^0.1.5 + screen_retriever: ^0.1.6 ``` 或 diff --git a/README.md b/README.md index 37bbd78..62b4e62 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Add this to your package's pubspec.yaml file: ```yaml dependencies: - screen_retriever: ^0.1.5 + screen_retriever: ^0.1.6 ``` Or diff --git a/example/pubspec.lock b/example/pubspec.lock index e1a8a6a..d309667 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -166,7 +166,7 @@ packages: path: ".." relative: true source: path - version: "0.1.5" + version: "0.1.6" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 19d9406..66901ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: screen_retriever description: This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc. -version: 0.1.5 +version: 0.1.6 homepage: https://github.com/leanflutter/screen_retriever platforms: