-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Cannot compile anymore!
After update in archive package, basic_utils doesn't compile anymore which is a dependency of enough_mail.
../../../../../.pub-cache/hosted/pub.dev/basic_utils-5.8.2/lib/src/X509Utils.dart:642:23: Error: 'KeyParameter' is imported from both 'package:archive/src/util/encryption.dart' and 'package:pointycastle/api.dart'.
secureRandom.seed(KeyParameter(Uint8List.fromList(seeds)));
^^^^^^^^^^^^
../../../../../.pub-cache/hosted/pub.dev/basic_utils-5.8.2/lib/src/X509Utils.dart:1117:27: Error: 'Digest' is imported from both 'package:archive/src/util/encryption.dart' and 'package:pointycastle/api.dart'.
var isserHashString = Digest('SHA-1').process(issuer.encode());
^^^^^^
../../../../../.pub-cache/hosted/pub.dev/basic_utils-5.8.2/lib/src/X509Utils.dart:1126:25: Error: 'Digest' is imported from both 'package:archive/src/util/encryption.dart' and 'package:pointycastle/api.dart'.
var pubHashString = Digest('SHA-1').process(bitsToUse);