Releases: Skycoder42/libsodium_dart_bindings
Releases · Skycoder42/libsodium_dart_bindings
Release of package sodium - Version 2.1.2
Release of package sodium_libs - Version 2.1.1+3
Release of package sodium_libs - Version 2.1.1+1
Release of package sodium_libs - Version 2.1.1
Release of package sodium - Version 2.1.1
Release of package sodium_libs - Version 2.1.0+1
Release of package sodium_libs - Version 2.1.0
Changelog
2.1.0 - 2023-03-24
Changed
- macOs and iOs now use embedded libsodium binaries instead of depending on Swift-Sodium
- This "unlocks" all libsodium APIs
- Upstream changes to libsodium can be updated easier and faster
- Windows now uses an embedded libsodium instead of downloading it at build time
- minisign is not needed anymore for the build
- build is more robust and upstream changes can be distributed more easily
- Improve libsodium integration so stable upstream changes are available faster for the package
The package and it's documentation are available at pub.dev.
Release of package sodium_libs - Version 2.0.1+1
Release of package sodium_libs - Version 2.0.1
Changelog
2.0.1 - 2023-03-09
Changed
- The plugin now does not call
WidgetsFlutterBinding.ensureInitialized();
anymore. Instead, you have to do so yourself
in case you need to initialize sodium before the first frame is rendered. See README for more details (#24) - Depends on sodium version 2.1.0
- Set minimum required dart SDK version to 2.19.0
- Set minimum required flutter SDK version to 3.7.0
- Update dependencies
The package and it's documentation are available at pub.dev.
[INTERNAL] Precompiled libsodium binaries v1.0.18
Internal release of precompiled libsodium binaries, required for the sodium_libs package.