Open StrawHt opened 4 years ago
I have same issue
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.14.6 18G103, locale en-RU)
[✗] Android toolchain - develop for Android devices
✗ Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/setup/#android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, set ANDROID_HOME to that location.
You may also want to add it to your PATH environment variable.
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[!] Android Studio (not installed)
[✓] Connected device (1 available)
Reproduced on IOS 13.3
It's still reproducible on 13.4. I've just checked it after OS upgrade. Take a note the bug is reproducible only on real device not emulator.
When will this issue be fixed cause I have the same problem. Flutter 1.22 and IOS 14.2
@jmagman @TahaTesser This issue is still affecting our iOS users. Are there plans for the Flutter team to work on this issue, or should we pursue an alternative solution?
Reproduces on the latest versions of flutter.
cc @hangyujin @MitchellGoodwin
Steps to Reproduce
flutter create bug
.bug 2.zip
Expected results: Be able to pick a date without triggering reachability
Actual results: Reachability triggers and is unable to pick date properly
Logs
``` [logs.txt](https://github.com/flutter/flutter/files/4278718/logs.txt) ``` ``` Jasons-MacBook-Pro:datepicker jasonzheng$ flutter analyze Analyzing datepicker... No issues found! (ran in 2.7s) ``` ``` Jasons-MacBook-Pro:datepicker jasonzheng$ flutter doctor -v [✓] Flutter (Channel beta, v1.14.6, on Mac OS X 10.14.6 18G103, locale en-US) • Flutter version 1.14.6 at /Volumes/Data/Sources/flutter • Framework revision fabeb2a16f (5 weeks ago), 2020-01-28 07:56:51 -0800 • Engine revision c4229bfbba • Dart version 2.8.0 (build 2.8.0-dev.5.0 fc3af737c7) [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) • Android SDK at /Users/jasonzheng/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-29, build-tools 28.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.3.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.3.1, Build version 11C504 • CocoaPods version 1.8.4 [✓] Android Studio (version 3.5) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 41.1.2 • Dart plugin version 191.8593 • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) [✓] VS Code (version 1.42.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.8.1 [✓] Connected device (1 available) • iPhone 11 Pro • 64C37970-1AC3-4F52-A335-46701F492CFA • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-3 (simulator) • No issues found! ```