sodium_libs 1.1.1 copy "sodium_libs: ^1.1.1" to clipboard
sodium_libs: ^1.1.1 copied to clipboard

outdated

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 the initNative parameter for consecutive invocations (#3)
  • Updated minimum required sodium version to 1.1.1

Deprecated #

  • The initNative parameter of SodiumInit.init has been deprecated as it no longer has any effect (#3)

[1.1.0] - 2021-08-17 #

Added #

  • SodiumInit.init can now be called with initNative: false to disable initialization of the native library, in case it has already been initialized

Changed #

  • Updated minimum required sodium version to 1.1.0

[1.0.1] - 2021-07-13 #

Fixed #

  • Make links in README secure (pub.dev score)
  • Use longer package description (pub.dev score)

[1.0.0] - 2021-07-12 #

Fixed #

  • Web/Windows builds did not work when packages was installed via pub.dev

[0.1.0] - 2021-06-24 #

Added #

  • Initial release

[Unreleased] #

Added #

Changed #

Deprecated #

Removed #

Fixed #

Security #

14
likes
0
pub points
88%
popularity

Publisher

verified publisherskycoder42.de

Flutter companion package to sodium that provides the low-level libsodium binaries for easy use.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins, js, meta, plugin_platform_interface, sodium, synchronized

More

Packages that depend on sodium_libs