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
Restarted application in 1,870ms.
I/flutter ( 5940): Instance of 'Future<AndroidDeviceInfo>'
E/flutter ( 5940): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: type 'Null' is not a subtype of type 'String'
E/flutter ( 5940): #0 new List.from (dart:core-patch/array_patch.dart:40:5)
E/flutter ( 5940): #1 AndroidDeviceInfo._fromList
package:device_info_plus_platform_interface/model/android_device_info.dart:144
E/flutter ( 5940): #2 AndroidDeviceInfo.fromMap
package:device_info_plus_platform_interface/model/android_device_info.dart:137
E/flutter ( 5940): #3 MethodChannelDeviceInfo.androidInfo
package:device_info_plus_platform_interface/method_channel/method_channel_device_info.dart:19
E/flutter ( 5940): <asynchronous suspension>
E/flutter ( 5940): #4 DeviceInfoPlugin.androidInfo
package:device_info_plus/device_info_plus.dart:65
E/flutter ( 5940): <asynchronous suspension>
E/flutter ( 5940):
Minimal reproducible code:
Define sdk: '>=2.12.0 <3.0.0' in pubspec.yaml, otherwise the issue will not occur.
Running on Android Emulator qemu-system-x86_64
Doctor:
[✓] Flutter (Channel stable, 2.0.3, on Mac OS X 10.14.6 18G6032 darwin-x64, locale en-EE)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[!] Xcode - develop for iOS and macOS
! Xcode 11.3.0 out of date (12.0.1 is recommended).
Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.54.3)
[✓] Connected device (2 available)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi
This code throws. See exception details here: flutter/flutter#78580.
Minimal reproducible code:
Define
sdk: '>=2.12.0 <3.0.0'
inpubspec.yaml
, otherwise the issue will not occur.Running on Android Emulator qemu-system-x86_64
Doctor:
[✓] Flutter (Channel stable, 2.0.3, on Mac OS X 10.14.6 18G6032 darwin-x64, locale en-EE)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[!] Xcode - develop for iOS and macOS
! Xcode 11.3.0 out of date (12.0.1 is recommended).
Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.54.3)
[✓] Connected device (2 available)
The text was updated successfully, but these errors were encountered: