sodium_libs 1.1.1
sodium_libs: ^1.1.1 copied to clipboard
Flutter companion package to sodium that provides the low-level libsodium binaries for easy use.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.1] - 2021-08-26 #
Changed #
SodiumInit.init
now automatically handles multiple initializations and no longer requires theinitNative
parameter for consecutive invocations (#3)- Updated minimum required
sodium
version to1.1.1
Deprecated #
- The
initNative
parameter ofSodiumInit.init
has been deprecated as it no longer has any effect (#3)
[1.1.0] - 2021-08-17 #
[1.0.1] - 2021-07-13 #
Fixed #
- Make links in README secure (pub.dev score)
- Use longer package description (pub.dev score)