cryptography_flutter 2.0.2 cryptography_flutter: ^2.0.2 copied to clipboard
A version of 'package:cryptography' that speeds up asynchronous invocations with native APIs of Android, iOS, and Mac OS X.
2.0.2 #
- Fixes "cryptography_flutter: Fix propagating error to Flutter + fix fallback to non-plugin encrypt/decrypt"
- Prints a debug message if a fallback to a Dart implementation happens because of an error.
- Updates dependency constraints and linting rules.
2.0.1 #
- Improves behavior in browsers.
- Improves documentation.
2.0.0 #
- Finishes null safety migration.
2.0.0-nullsafety.1 #
- Fixes SDK and dependency constraints.
2.0.0-nullsafety.0 #
- Upgrades to package:cryptography version 2.x.
- Adds supports for AES and ChaCha20 in Android.
1.0.0 #
- Initial version