From 86cf52614c5ee75a5e3ea98eebb5c29eb0e83564 Mon Sep 17 00:00:00 2001 From: vypbot Date: Wed, 18 Mar 2026 04:44:57 +0100 Subject: [PATCH 1/2] gh-action: Bump dependencies version to 1.4.3 --- 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 acaff65..ddcb3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard/CHANGELOG.md b/zstandard/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard/CHANGELOG.md +++ b/zstandard/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard/pubspec.yaml b/zstandard/pubspec.yaml index 6f166c7..c941a0c 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.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard @@ -28,13 +28,13 @@ flutter: dependencies: flutter: sdk: flutter - zstandard_android: ^1.4.2 - zstandard_ios: ^1.4.2 - zstandard_linux: ^1.4.2 - zstandard_macos: ^1.4.2 - zstandard_platform_interface: ^1.4.2 - zstandard_web: ^1.4.2 - zstandard_windows: ^1.4.2 + 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 dev_dependencies: flutter_lints: ^6.0.0 diff --git a/zstandard_android/CHANGELOG.md b/zstandard_android/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_android/CHANGELOG.md +++ b/zstandard_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_android/pubspec.yaml b/zstandard_android/pubspec.yaml index 6599eb2..7df8aef 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.2 +version: 1.4.3 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.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_cli/CHANGELOG.md b/zstandard_cli/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_cli/CHANGELOG.md +++ b/zstandard_cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_cli/pubspec.yaml b/zstandard_cli/pubspec.yaml index 4b1d0ba..deed60a 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.2 +version: 1.4.3 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.2 + zstandard_native: ^1.4.3 dev_dependencies: coverage: ^1.9.0 diff --git a/zstandard_ios/CHANGELOG.md b/zstandard_ios/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_ios/CHANGELOG.md +++ b/zstandard_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_ios/pubspec.yaml b/zstandard_ios/pubspec.yaml index 1fd6860..d777989 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.2 +version: 1.4.3 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.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_linux/CHANGELOG.md b/zstandard_linux/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_linux/CHANGELOG.md +++ b/zstandard_linux/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_linux/pubspec.yaml b/zstandard_linux/pubspec.yaml index ccab235..156fda6 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.2 +version: 1.4.3 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.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_macos/CHANGELOG.md b/zstandard_macos/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_macos/CHANGELOG.md +++ b/zstandard_macos/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_macos/pubspec.yaml b/zstandard_macos/pubspec.yaml index c8b68c6..31c8354 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.2 +version: 1.4.3 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.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_native/CHANGELOG.md b/zstandard_native/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_native/CHANGELOG.md +++ b/zstandard_native/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_native/pubspec.yaml b/zstandard_native/pubspec.yaml index ffa97ab..bd1bcbf 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.2 +version: 1.4.3 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 acaff65..ddcb3b8 100644 --- a/zstandard_platform_interface/CHANGELOG.md +++ b/zstandard_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_platform_interface/pubspec.yaml b/zstandard_platform_interface/pubspec.yaml index c5a95bd..0f0cbb6 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.2 +version: 1.4.3 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 acaff65..ddcb3b8 100644 --- a/zstandard_web/CHANGELOG.md +++ b/zstandard_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_web/pubspec.yaml b/zstandard_web/pubspec.yaml index 16fa717..8773ed4 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.2 +version: 1.4.3 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.2 + zstandard_platform_interface: ^1.4.3 web: ">=1.0.0 <2.0.0" dev_dependencies: diff --git a/zstandard_windows/CHANGELOG.md b/zstandard_windows/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_windows/CHANGELOG.md +++ b/zstandard_windows/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_windows/pubspec.yaml b/zstandard_windows/pubspec.yaml index bd61057..3d7edd6 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.2 +version: 1.4.3 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.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: From 82b62fa170286fab8b0f21d1b48ff900ebaf6d59 Mon Sep 17 00:00:00 2001 From: vypbot Date: Wed, 18 Mar 2026 04:47:51 +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 a6c107f37779ddce038681f0f35c82e3af982570..bf1ad7bcefa6d376f793f14c28d8c860a83e9b31 100644 GIT binary patch delta 50 xcmZqpBGvFkY6Ax&laE3(7h^jYBM37AF*6Xe05R)!E=IOj@j&_Q-xAokA^}ij46pzI delta 50 xcmZqpBGvFkY6Ax&lYn3|7h^jYBM37AF*6Xe05R)!E=IOj@j&_Q-xAokA^}2j3>p9c diff --git a/zstandard_cli/lib/src/bin/zstandard_windows_x64.dll b/zstandard_cli/lib/src/bin/zstandard_windows_x64.dll index 1624a8e467b55f135e42af9d499329914e0ddbc5..300f3faae15137f94dda1f438acbbe622696d3c8 100644 GIT binary patch delta 53 zcmZqpBHQpqb^#-kwL&u!V>=Tg2r~gOGZ3=?F)I+WZD(R+FX95K*aGJ