Closed TheComputerNerd88 closed 4 years ago
Hi @TheComputerNerd88 you don't need to use android studio if you don't feel to, (example) but android sdk is required to build in android, your doctor shows something about you licences;
can you please provide your flutter doctor -v
,
your flutter run --verbose
and your pubspec.yaml
Thank you
Sorry this took so long to provide, @iapicca!
flutter doctor -v output
[β] Flutter (Channel stable, v1.17.0, on Microsoft Windows [Version 10.0.18362.778], locale en-AU)
β’ Flutter version 1.17.0 at E:\USERNAME\Flutter\flutter
β’ Framework revision e6b34c2b5c (8 days ago), 2020-05-02 11:39:18 -0700
β’ Engine revision 540786dd51
β’ Dart version 2.8.1
[!] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
β’ Android SDK at C:\Program Files (x86)\Android\android-sdk
β’ Platform android-28, build-tools 28.0.3
β’ Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
β’ Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[!] Android Studio (version 3.6)
β’ Android Studio at C:\Program Files\Android\Android Studio
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
β’ Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)
[β] Connected device (1 available)
β’ Mi A3 β’ 59141a1abce1 β’ android-arm64 β’ Android 9 (API 28)
! Doctor found issues in 2 categories.```
flutter run --verbose
Hi @TheComputerNerd88
Using firebase_ml_vision: ^0.9.3+8
, official exampe on latest dev
channel has no issue using detecting face. Can you please try again with latest Flutter stable
and if problem persists, please try another device or switch cameras?
Thank you
Hey @TheComputerNerd88. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Since there haven't been any recent updates here, I am going to close this issue.
@TheComputerNerd88 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.
Describe the bug When using the Firebase ML Vision example code, ML Vision does not detect any faces.
To Reproduce Steps to reproduce the behavior:
camera_preview_scanner.dart
,detector_painters.dart
andscanner_utils.dart
.Expected behavior Results should appear when your face is in the frame.
Additional context I am using VS Code - Android Studio plugins aren't installed on my system.
Flutter doctor Run
flutter doctor
and paste the output below: