Real-time object detection Flutter app powered by Ultralytics YOLO.
- Flutter SDK (Dart ^3.10.4)
- Android Studio / Android SDK (for Android builds)
- JDK 17 (required by the Android/Gradle toolchain)
- Install dependencies:
flutter pub get- (Android) Make sure Java 17 is available.
- Set
JAVA_HOMEto your JDK 17 folder - Ensure
%JAVA_HOME%\\binis in yourPATH
flutter run- Use the bottom sheet slider to adjust the confidence threshold.
- Tap the camera switch button to swap between front/back cameras.
