We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba46dc commit 3c6ca60Copy full SHA for 3c6ca60
cryptography_flutter/lib/src/flutter/flutter_ecdh.dart
@@ -59,7 +59,7 @@ class FlutterEcdh extends Ecdh implements PlatformCryptographicAlgorithm {
59
60
@override
61
bool get isSupportedPlatform =>
62
- FlutterCryptography.isPluginPresent && isCupertino;
+ FlutterCryptography.isPluginPresent && (isAndroid || isCupertino);
63
64
String get _curveName {
65
switch (keyPairType) {
0 commit comments