dargon2_flutter 2.0.1
dargon2_flutter: ^2.0.1 copied to clipboard
A wrapper over dargon2 for Flutter application compatibility
2.0.1 #
- Migrated to Null-safety
- Supports dargon2 v2.0.1
1.2.0 #
- Potentially Breaking The library now needs swift libs to run, so if you are making a pure Objective-C app, you'll have to create a dummy swift file and click yes when it asks to create bridging header
- Changed the underlying C library to go off the code in
Argon2Swift
so both the plugins can be used in the same application if need be
1.1.3 #
- Updated to fix the bug that disallowed release-time archiving on iOS
1.1.2 #
- Updated for concurrency with dargon2
- Contains a version bump for dargon2
1.1.0 #
- Updated for concurrency with dargon2
- Changelog contains the same underlying changes as dargon2's Changelog
1.0.4 #
- Fixed formatting with dartfmt
1.0.3 #
- Changed some documentation and added a wrapper class
1.0.2 #
- Added extra documentation
1.0.1 #
- Fixed formatting and documentation errors