dart-lang / core

This repository is home to core Dart packages.
https://pub.dev/publishers/dart.dev
BSD 3-Clause "New" or "Revised" License
19 stars 7 forks source link

New issue with DART 3.2.0 #288

Open gmalakov opened 1 year ago

gmalakov commented 1 year ago

if (password.length > 64) { final passwordDigest = md5.convert(password); password = Uint8List.fromList(passwordDigest.bytes); }

../../../.pub-cache/hosted/pub.dev/enough_mail-2.1.4/lib/src/private/smtp/commands/smtp_auth_cram_md5_command.dart:50:33: Error: A value of type 'List' can't be assigned to a variable of type 'Uint8List'.