sodium_libs 1.2.0
sodium_libs: ^1.2.0 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.2.0 - 2021-01-25 #
Added #
- Added support for the Sumo-Version of sodium.js (#4)
Changed #
- Changed dependency requirements
- Set minimum required dart SDK version to 2.15
- Set minimum required flutter SDK version to 2.8
- Updated minimum required
sodiumversion to 1.2.0+2 - Updated dependencies
- Use newer platform setups of flutter 2.8
- Replaced
lintwithdart_test_toolswhich makes the default rules oflinteven more strict - Refactored test setup tooling
- Windows builds now required
dartto be in the PATH (should be like that per default)
Deprecated #
SodiumInit.ensurePlatformRegisteredis no longer needed, as platform registration now works automatically
Removed #
- Various internal APIs have been removed
Fixed #
- Fix formatting and linter issues with the newer dart SDK & dependencies
- Removed unused native code
- Added README hint on how to use the library on iOs Simulators
1.1.1 - 2021-08-26 #
Changed #
SodiumInit.initnow automatically handles multiple initializations and no longer requires theinitNativeparameter for consecutive invocations (#3)- Updated minimum required
sodiumversion to1.1.1
Deprecated #
- The
initNativeparameter ofSodiumInit.inithas 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)