sodium 1.2.0+2
sodium: ^1.2.0+2 copied to clipboard
Dart bindings for libsodium, for the Dart-VM and for the Web
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.2.0+2] - 2022-01-25 #
Changed #
- Replaced
lint
withdart_test_tools
which makes the default rules oflint
even more strict - Refactored test setup tooling
[1.2.0+1] - 2022-01-14 #
Changed #
- Set minimum required dart SDK version to 2.15
- Updated dependencies
[1.2.0] - 2021-11-26 #
Added #
- Support for 32bit architectures by generalizing the native FFI bindings (#7)
Changed #
- Set minimum required dart SDK version to 2.14
- Updated dependencies
- Upgraded dart ffi language bindings
- Use new callable workflows for workflow simplification
Fixed #
- Fix formatting and linter issues with the newer dart SDK & dependencies
[1.1.1] - 2021-08-26 #
[1.1.0] - 2021-08-17 #
Added #
SecureKey.split
extension that allows to split one key into multiple (#2)SecureKey.nativeHandle
andSecureKey.fromNativeHandle
to allow passing secure keys across isolate boundariesSodiumInit.init
can now be called withinitNative: false
to disable initialization of the native library, in case it has already been initialized
[0.2.4] - 2021-06-23 #
Fixed #
- Downgrade requirements for package meta to be compatible with flutter