dargon2_flutter
A Flutter implementation of dargon2, providing Argon2 Password Hashing functionality for mobile & web apps
3.3.0
2.7K downloads/mo
#4832 most downloaded on pub.dev
tmthecoder/dargon2
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 12 months
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
15 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Dec 2020 to Jun 2023
2021
2022
2023
2024
2025
2026
Releases
latest 15-
3.3.018 Jun 2023Release notes
Open source →- Breaking AGP version > 4.2 is now required
- Allows compatibility with newer AGP versions (7+ is recommended)
Release notes
Open source →- Breaking AGP version for your project must be > 4.2
- Supports higher AGP versions
-
3.2.004 Feb 2023Release notes
Open source →- Support for running dargon2 operations on M1 Macs
- Thanks to @jayjah for testing the changes & notifying me of the issue
- Support for running dargon2 operations on M1 Macs
-
3.1.025 Jan 2022Release notes
Open source →- Desktop Support! All flutter platforms are now officially supported by dargon2_flutter
- Updated links in documentation & readme to use new repo structure
Release notes
Open source →- Fix repository & homepage links to point to newly structured repo
- Match versioning for dargon2_flutter's desktop support addition
Release notes
Open source →- Desktop Support! All flutter platforms are now officially supported by
dargon2_flutter - Updated links in documentation & readme to use new repo structure
-
3.0.312 Dec 2021Release notes
Open source →- Updated to align with platform interface and implementations
- Versioning mismatch changes
-
2.1.002 Jun 2021Release notes
Open source →- Fix repository & homepage links to point to newly structured repo
- Match versioning for dargon2_flutter's desktop support addition
Release notes
Open source →- Migrated to use a shared dargon2_core plugin
- More modular and allows for custom Library Loader definitions
- No user-facing changes, all changes should be strictly internal
-
2.0.103 Mar 2021 -
1.2.001 Mar 2021Release notes
Open source →- 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
Argon2Swiftso both the plugins can be used in the same application if need be
-
1.1.328 Feb 2021 -
1.1.211 Feb 2021Release notes
Open source →- Updated for concurrency with dargon2
- Contains a version bump for dargon2
-
1.1.019 Jan 2021Release notes
Open source →- Fix repository & homepage links to point to newly structured repo
- Match versioning for dargon2_flutter's desktop support addition
Release notes
Open source →- Updated for concurrency with dargon2
- Changelog contains the same underlying changes as dargon2's Changelog
-
1.0.408 Dec 2020 -
1.0.307 Dec 2020 -
1.0.207 Dec 2020 -
1.0.107 Dec 2020 -
1.0.007 Dec 2020Release notes
Open source →- Initial Release with the wrapper for iOS and Android over the main dargon2 plugin