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
[!] 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
How to reproduce?
I upgrade my compile SDK to 35,then raising a compile error for kotlin nullability when I run project.
Logs
e: file:///Users/yhq/.pub-cache/hosted/pub.dev/photo_manager-3.2.3/android/src/main/kotlin/com/fluttercandies/photo_manager/permission/PermissionDelegate.kt:55:48 Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Array<(out) String!>?
Version
3.2.3
Platforms
Android
Device Model
Galaxy S22(Android14)
flutter info
How to reproduce?
I upgrade my compile SDK to 35,then raising a compile error for kotlin nullability when I run project.
Logs
Example code (optional)
Contact
No response
The text was updated successfully, but these errors were encountered: