dart_encrypter 1.0.5
dart_encrypter: ^1.0.5 copied to clipboard
Encrypt / Decrypt the String with given Key and IV. It includes built-in password generator also.
1.0.5 - 2026-02-13 #
- Updated for Flutter 3.41.1 and Dart 3.11.0 compatibility.
- Updated SDK constraints and dev dependencies.
- Applied lint compatibility fixes.
1.0.4 - 2022-03-15 #
- Code formatting.
1.0.3 - 2022-03-11 #
- Password generator loop fixed.
1.0.2 - 2022-03-11 #
- Password generator fixed.
1.0.1 - 2022-03-10 #
- generatePasswordwithPrefix() added.
1.0.0 - 2022-03-10 #
- Initial version.