Enough-Software / enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Mozilla Public License 2.0
100 stars 56 forks source link

Error: A value of type 'List<int>' can't be assigned to a variable of type 'Uint8List'. #236

Closed ArkaSoftwareDk closed 5 months ago

ArkaSoftwareDk commented 5 months ago

/C:/Users/___/AppData/Local/Pub/Cache/hosted/pub.dev/enough_mail-2.1.1/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'.

FAILURE: Build failed with an exception.

BUILD FAILED in 43s Running Gradle task 'assembleDebug'... 44,7s Exception: Gradle task assembleDebug failed with exit code 1


Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.16.9, on Microsoft Windows [Version 10.0.19045.3803], locale da-DK) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 33.0.1) [√] Chrome - develop for the web [√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.5.4) [√] Android Studio (version 2022.1) [√] VS Code (version 1.85.2) [√] Connected device (4 available) [√] Network resources

• No issues found!

ArkaSoftwareDk commented 5 months ago

224