File tree Expand file tree Collapse file tree
zstandard_platform_interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.4.2 - C Provider
2+
3+ - Added ` zstandard_native ` to provide C code to the rest of the plugins
4+ - Increased test to consume C files (local and pub-cache resolution).
5+
16## 1.4.0 - Zstd Update
27
38- Zstd lib updated
Original file line number Diff line number Diff line change 1- ## 1.4.1 - C Provider
1+ ## 1.4.2 - C Provider
22
33- Added ` zstandard_native ` to provide C code to the rest of the plugins
44- Increased test to consume C files (local and pub-cache resolution).
Original file line number Diff line number Diff line change 11name : zstandard
22description : " Flutter plugin to implement Zstandard compression"
3- version : 1.4.0
3+ version : 1.4.2
44
55homepage : https://vyp.dev
66repository : https://github.com/vypdev/zstandard
@@ -28,13 +28,13 @@ flutter:
2828dependencies :
2929 flutter :
3030 sdk : flutter
31- zstandard_android : ^1.4.0
32- zstandard_ios : ^1.4.0
33- zstandard_linux : ^1.4.0
34- zstandard_macos : ^1.4.0
35- zstandard_platform_interface : ^1.4.0
36- zstandard_web : ^1.4.0
37- zstandard_windows : ^1.4.0
31+ zstandard_android : ^1.4.2
32+ zstandard_ios : ^1.4.2
33+ zstandard_linux : ^1.4.2
34+ zstandard_macos : ^1.4.2
35+ zstandard_platform_interface : ^1.4.2
36+ zstandard_web : ^1.4.2
37+ zstandard_windows : ^1.4.2
3838
3939dev_dependencies :
4040 flutter_lints : ^6.0.0
Original file line number Diff line number Diff line change 1- ## 1.4.1 - C Provider
1+ ## 1.4.2 - C Provider
22
33- Added ` zstandard_native ` to provide C code to the rest of the plugins
44- Increased test to consume C files (local and pub-cache resolution).
Original file line number Diff line number Diff line change 11name : zstandard_android
22description : Android platform implementation of zstandard
3- version : 1.4.0
3+ version : 1.4.2
44
55homepage : https://vyp.dev
66repository : https://github.com/vypdev/zstandard/tree/master/zstandard_android
@@ -12,8 +12,8 @@ environment:
1212dependencies :
1313 flutter :
1414 sdk : flutter
15- zstandard_platform_interface : ^1.4.0
16- zstandard_native : ^1.4.0
15+ zstandard_platform_interface : ^1.4.2
16+ zstandard_native : ^1.4.2
1717 ffi : ^2.1.3
1818
1919dev_dependencies :
Original file line number Diff line number Diff line change 1- ## 1.4.1 - C Provider
1+ ## 1.4.2 - C Provider
22
33- Added ` zstandard_native ` to provide C code to the rest of the plugins
44- Increased test to consume C files (local and pub-cache resolution).
Original file line number Diff line number Diff line change 11name : zstandard_cli
22description : CLI implementation of zstandard. For desktops.
3- version : 1.4.0
3+ version : 1.4.2
44
55homepage : https://vyp.dev
66repository : https://github.com/vypdev/zstandard/tree/master/zstandard_cli
@@ -12,7 +12,7 @@ dependencies:
1212 ffi : ^2.1.3
1313 path : ^1.9.1
1414 platform : ^3.1.6
15- zstandard_native : ^1.4.0
15+ zstandard_native : ^1.4.2
1616
1717dev_dependencies :
1818 coverage : ^1.9.0
Original file line number Diff line number Diff line change 1- ## 1.4.1 - C Provider
1+ ## 1.4.2 - C Provider
22
33- Added ` zstandard_native ` to provide C code to the rest of the plugins
44- Increased test to consume C files (local and pub-cache resolution).
Original file line number Diff line number Diff line change 11name : zstandard_ios
22description : iOS platform implementation of zstandard
3- version : 1.4.0
3+ version : 1.4.2
44
55homepage : https://vyp.dev
66repository : https://github.com/vypdev/zstandard/tree/master/zstandard_ios
@@ -12,8 +12,8 @@ environment:
1212dependencies :
1313 flutter :
1414 sdk : flutter
15- zstandard_platform_interface : ^1.4.0
16- zstandard_native : ^1.4.0
15+ zstandard_platform_interface : ^1.4.2
16+ zstandard_native : ^1.4.2
1717 ffi : ^2.1.3
1818
1919dev_dependencies :
Original file line number Diff line number Diff line change 1- ## 1.4.1 - C Provider
1+ ## 1.4.2 - C Provider
22
33- Added ` zstandard_native ` to provide C code to the rest of the plugins
44- Increased test to consume C files (local and pub-cache resolution).
You can’t perform that action at this time.
0 commit comments