You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e: file:///Users/yhq/.pub-cache/hosted/pub.dev/smart_auth-2.0.0/android/src/main/kotlin/fman/ge/smart_auth/AppSignatueHelper.kt:38:30 Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type SigningInfo?
e: file:///Users/yhq/.pub-cache/hosted/pub.dev/smart_auth-2.0.0/android/src/main/kotlin/fman/ge/smart_auth/AppSignatueHelper.kt:39:20 Type mismatch: inferred type is Array<(out) Signature!>? but Array was expected
SmartAuth version: 2.0.0
Result of:flutter doctor --verbose
[!] Flutter (Channel [user-branch], 3.22.3, on macOS 14.4.1 23E224 darwin-arm64,
locale zh-Hans-CN)
! Flutter version 3.22.3 on channel [user-branch] at
/Users/yhq/Documents/Flutter_SDK_COPY/Flutter
Currently on an unknown channel. Run `flutter channel` to switch to an
official channel.
If that doesn't fix the issue, reinstall Flutter by following instructions
at https://flutter.dev/docs/get-started/install.
! Upstream repository unknown source is not the same as FLUTTER_GIT_URL
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] Android Studio (version 2024.1)
[!] Android Studio (version unknown)
✗ Unable to determine Android Studio version.
[✓] IntelliJ IDEA Community Edition (version 2022.3.3)
[✓] VS Code (version 1.77.3)
[✓] Connected device (5 available)
[✓] Network resources
Smartphone (please complete the following information):
Device: Samsung Galaxy S22
OS: Android 14
The text was updated successfully, but these errors were encountered:
Describe the bug
I upgrade my compile SDK to 35,then raising a compile error for kotlin nullability when I run project.
To Reproduce
Steps to reproduce the behavior:
SmartAuth version: 2.0.0
Result of:
flutter doctor --verbose
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: