Releases: Skycoder42/libsodium_dart_bindings
Releases · Skycoder42/libsodium_dart_bindings
Release list
Release of package sodium_libs - Version 4.0.1
Release of package sodium - Version 4.0.3
Changelog
4.0.3 - 2026-07-11
Changed
- Updated min sdk version to ^3.12.0
- Updated dependencies
Fixed
- Link the linux native library with
-Wl,-Bsymbolic-functions- Prevents symbol collisions with other flutter plugins (#211)
- Works as hardening step to make it harder to manipulate the library
The package and it's documentation are available at pub.dev.
Release of package sodium - Version 4.0.2+1
Release of package sodium - Version 4.0.2
Changelog
4.0.2 - 2026-04-10
Fixed
- Drop
-lflag from bash invocation for make on windows (#192) - Automatically fall back to temporary directory for building when build folder contains spaces (#192)
- Update README on how to setup for cross compilation of android on windows (#192)
The package and it's documentation are available at pub.dev.
Release of package sodium - Version 4.0.1+2
Release of package sodium - Version 4.0.1+1
Release of package sodium - Version 4.0.1
Changelog
4.0.1 - 2026-03-30
Changed
- Updated embedded libsodium binaries
Fixed
- Fixed Android builds on Windows (#192)
- Instead of using the predefined wrapper scripts, which only work on unix, automake is used directly
- Requires a usable non WSL bash installation on the compiler machine
- Fixed Problem with Windows path length limitations (#193)
The package and it's documentation are available at pub.dev.
Release of package sodium - Version 4.0.0+1
Release of package sodium_libs - Version 4.0.0
Changelog
4.0.0 - 2026-03-12
Deprecated
- Thanks to the use of native assets and build hooks in the main
sodiumpackage, this library is not needed anymore
and can be removed. The mainsodiumpackage will now directly include the embedded libsodium binaries for all
platforms and handle the native integration itself.
The package and it's documentation are available at pub.dev.
Release of package sodium - Version 4.0.0
Changelog
4.0.0 - 2026-03-11
Changed
- Introduced native assets! This comes with a number of benefits:
- The native libsodium dependencies are now built via build-hooks for all supported platforms and included in the package as assets
- This works for dart and flutter likewise
Sodiuminstances can now be passed between isolates (the limitation for keys still applies)
- Updated embedded libsodium version to 1.0.21
- Updated embedded sodium.js version to 0.8.2
The package and it's documentation are available at pub.dev.