From a34051473dd13c77ada6322a79bf6819e27e4212 Mon Sep 17 00:00:00 2001 From: vypbot Date: Wed, 18 Mar 2026 05:28:47 +0100 Subject: [PATCH 1/2] gh-action: Bump dependencies version to 1.4.4 --- CHANGELOG.md | 4 ++++ zstandard/CHANGELOG.md | 4 ++++ zstandard/pubspec.yaml | 16 ++++++++-------- zstandard_android/CHANGELOG.md | 4 ++++ zstandard_android/pubspec.yaml | 6 +++--- zstandard_cli/CHANGELOG.md | 4 ++++ zstandard_cli/pubspec.yaml | 4 ++-- zstandard_ios/CHANGELOG.md | 4 ++++ zstandard_ios/pubspec.yaml | 6 +++--- zstandard_linux/CHANGELOG.md | 4 ++++ zstandard_linux/pubspec.yaml | 6 +++--- zstandard_macos/CHANGELOG.md | 4 ++++ zstandard_macos/pubspec.yaml | 6 +++--- zstandard_native/CHANGELOG.md | 4 ++++ zstandard_native/pubspec.yaml | 2 +- zstandard_platform_interface/CHANGELOG.md | 4 ++++ zstandard_platform_interface/pubspec.yaml | 2 +- zstandard_web/CHANGELOG.md | 4 ++++ zstandard_web/pubspec.yaml | 4 ++-- zstandard_windows/CHANGELOG.md | 4 ++++ zstandard_windows/pubspec.yaml | 6 +++--- 21 files changed, 73 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard/CHANGELOG.md b/zstandard/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard/CHANGELOG.md +++ b/zstandard/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard/pubspec.yaml b/zstandard/pubspec.yaml index c941a0c..b345249 100644 --- a/zstandard/pubspec.yaml +++ b/zstandard/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard description: "Flutter plugin to implement Zstandard compression" -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard @@ -28,13 +28,13 @@ flutter: dependencies: flutter: sdk: flutter - zstandard_android: ^1.4.3 - zstandard_ios: ^1.4.3 - zstandard_linux: ^1.4.3 - zstandard_macos: ^1.4.3 - zstandard_platform_interface: ^1.4.3 - zstandard_web: ^1.4.3 - zstandard_windows: ^1.4.3 + zstandard_android: ^1.4.4 + zstandard_ios: ^1.4.4 + zstandard_linux: ^1.4.4 + zstandard_macos: ^1.4.4 + zstandard_platform_interface: ^1.4.4 + zstandard_web: ^1.4.4 + zstandard_windows: ^1.4.4 dev_dependencies: flutter_lints: ^6.0.0 diff --git a/zstandard_android/CHANGELOG.md b/zstandard_android/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_android/CHANGELOG.md +++ b/zstandard_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_android/pubspec.yaml b/zstandard_android/pubspec.yaml index 7df8aef..a62adb4 100644 --- a/zstandard_android/pubspec.yaml +++ b/zstandard_android/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_android description: Android platform implementation of zstandard -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_android @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.3 - zstandard_native: ^1.4.3 + zstandard_platform_interface: ^1.4.4 + zstandard_native: ^1.4.4 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_cli/CHANGELOG.md b/zstandard_cli/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_cli/CHANGELOG.md +++ b/zstandard_cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_cli/pubspec.yaml b/zstandard_cli/pubspec.yaml index deed60a..b7f648d 100644 --- a/zstandard_cli/pubspec.yaml +++ b/zstandard_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_cli description: CLI implementation of zstandard. For desktops. -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_cli @@ -12,7 +12,7 @@ dependencies: ffi: ^2.1.3 path: ^1.9.1 platform: ^3.1.6 - zstandard_native: ^1.4.3 + zstandard_native: ^1.4.4 dev_dependencies: coverage: ^1.9.0 diff --git a/zstandard_ios/CHANGELOG.md b/zstandard_ios/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_ios/CHANGELOG.md +++ b/zstandard_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_ios/pubspec.yaml b/zstandard_ios/pubspec.yaml index d777989..873d316 100644 --- a/zstandard_ios/pubspec.yaml +++ b/zstandard_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_ios description: iOS platform implementation of zstandard -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_ios @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.3 - zstandard_native: ^1.4.3 + zstandard_platform_interface: ^1.4.4 + zstandard_native: ^1.4.4 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_linux/CHANGELOG.md b/zstandard_linux/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_linux/CHANGELOG.md +++ b/zstandard_linux/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_linux/pubspec.yaml b/zstandard_linux/pubspec.yaml index 156fda6..ebe0920 100644 --- a/zstandard_linux/pubspec.yaml +++ b/zstandard_linux/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_linux description: Linux platform implementation of zstandard -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_linux @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.3 - zstandard_native: ^1.4.3 + zstandard_platform_interface: ^1.4.4 + zstandard_native: ^1.4.4 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_macos/CHANGELOG.md b/zstandard_macos/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_macos/CHANGELOG.md +++ b/zstandard_macos/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_macos/pubspec.yaml b/zstandard_macos/pubspec.yaml index 31c8354..66b0f1d 100644 --- a/zstandard_macos/pubspec.yaml +++ b/zstandard_macos/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_macos description: macOS platform implementation of zstandard -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_macos @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.3 - zstandard_native: ^1.4.3 + zstandard_platform_interface: ^1.4.4 + zstandard_native: ^1.4.4 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_native/CHANGELOG.md b/zstandard_native/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_native/CHANGELOG.md +++ b/zstandard_native/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_native/pubspec.yaml b/zstandard_native/pubspec.yaml index bd1bcbf..3645305 100644 --- a/zstandard_native/pubspec.yaml +++ b/zstandard_native/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_native description: Native zstd C sources and FFI bindings for the zstandard Flutter plugin. -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_native diff --git a/zstandard_platform_interface/CHANGELOG.md b/zstandard_platform_interface/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_platform_interface/CHANGELOG.md +++ b/zstandard_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_platform_interface/pubspec.yaml b/zstandard_platform_interface/pubspec.yaml index 0f0cbb6..1d98620 100644 --- a/zstandard_platform_interface/pubspec.yaml +++ b/zstandard_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_platform_interface description: A common platform interface for the zstandard plugin. -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_platform_interface diff --git a/zstandard_web/CHANGELOG.md b/zstandard_web/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_web/CHANGELOG.md +++ b/zstandard_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_web/pubspec.yaml b/zstandard_web/pubspec.yaml index 8773ed4..4bfa4a3 100644 --- a/zstandard_web/pubspec.yaml +++ b/zstandard_web/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_web description: Web platform implementation of zstandard -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_web @@ -22,7 +22,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - zstandard_platform_interface: ^1.4.3 + zstandard_platform_interface: ^1.4.4 web: ">=1.0.0 <2.0.0" dev_dependencies: diff --git a/zstandard_windows/CHANGELOG.md b/zstandard_windows/CHANGELOG.md index ddcb3b8..6d0c9f3 100644 --- a/zstandard_windows/CHANGELOG.md +++ b/zstandard_windows/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.4 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.3 - Apple C Script - Fixed Apple compilation script resolution diff --git a/zstandard_windows/pubspec.yaml b/zstandard_windows/pubspec.yaml index 3d7edd6..e974b88 100644 --- a/zstandard_windows/pubspec.yaml +++ b/zstandard_windows/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_windows description: Windows platform implementation of zstandard -version: 1.4.3 +version: 1.4.4 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_windows @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.3 - zstandard_native: ^1.4.3 + zstandard_platform_interface: ^1.4.4 + zstandard_native: ^1.4.4 ffi: ^2.1.3 dev_dependencies: From dd30daf40dd92f3393978086ba3165ab8b680036 Mon Sep 17 00:00:00 2001 From: vypbot Date: Wed, 18 Mar 2026 05:31:37 +0100 Subject: [PATCH 2/2] gh-action: Add precompiled Windows libraries for x86_64 and arm64 --- .../lib/src/bin/zstandard_windows_arm64.dll | Bin 440832 -> 440832 bytes .../lib/src/bin/zstandard_windows_x64.dll | Bin 489984 -> 489984 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/zstandard_cli/lib/src/bin/zstandard_windows_arm64.dll b/zstandard_cli/lib/src/bin/zstandard_windows_arm64.dll index bf1ad7bcefa6d376f793f14c28d8c860a83e9b31..9b7dd99d58136df91f7ee65820a1b06564a08997 100644 GIT binary patch delta 50 xcmZqpBGvFkY6Ax&Q@>U-7h^jYBM37AF*6Xe05R)!E=IOj@j&_Q-xAokA^~2&4N3q2 delta 50 xcmZqpBGvFkY6Ax&laE3(7h^jYBM37AF*6Xe05R)!E=IOj@j&_Q-xAokA^}ij46pzI diff --git a/zstandard_cli/lib/src/bin/zstandard_windows_x64.dll b/zstandard_cli/lib/src/bin/zstandard_windows_x64.dll index 300f3faae15137f94dda1f438acbbe622696d3c8..05b0d380f21a4ac070f08291c2a11a0c82c9dc9e 100644 GIT binary patch delta 53 zcmZqpBHQpqb^#+(tyVJ=V>=Tg2r~gOGZ3=?F)I+WZD(R+FX95K*=Tg2r~gOGZ3=?F)I+WZD(R+FX95K*