yolo-flutter-app
Official Ultralytics YOLO Flutter plugin for real-time inference on Android and iOS across major vision tasks.
File Explorer
- bug-report.yml
- config.yml
- feature-request.yml
- question.yml
- analyzer.yml
- ci.yml
- cla.yml
- format.yml
- publish-on-tag.yml
- publish.yml
- stale.yml
- tag.yml
- dependabot.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- CMakeLists.txt
- depth-colorizer.h
- native-lib.cpp
- Classifier.kt
- DepthEstimator.kt
- GeometryUtils.kt
- ImageUtils.kt
- LiteRtModel.kt
- OBB.kt
- ObbDetector.kt
- ObjectDetector.kt
- OrtQnnModel.kt
- PoseEstimator.kt
- Predictor.kt
- Segmenter.kt
- SemanticSegmenter.kt
- Utils.kt
- YOLO.kt
- YOLOFileUtils.kt
- YOLOInstanceManager.kt
- YOLOPlatformView.kt
- YOLOPlatformViewFactory.kt
- YOLOPlugin.kt
- YOLOResult.kt
- YOLOStreamConfig.kt
- YOLOTask.kt
- YOLOView.kt
- AndroidManifest.xml
- depth-colorizer-test.cpp
- .gitignore
- build.gradle
- consumer-rules.pro
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- focus_reticle.png
- ultralytics_yolo_logotype.png
- api.md
- index.md
- install.md
- models.md
- performance.md
- quickstart.md
- troubleshooting.md
- usage.md
- use_gpu_feature.md
- AndroidManifest.xml
- .gitkeep
- MainActivity.kt
- ic_launcher_foreground.png
- ic_launcher_foreground.png
- ic_launcher_foreground.png
- ic_launcher_foreground.png
- ic_launcher_foreground.png
- ic_launcher.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- styles.xml
- styles.xml
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- proguard-rules.pro
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- ultralytics_yolo_plugin
- .gitkeep
- qnn_benchmark_test.dart
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- SceneDelegate.swift
- Package.resolved
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- Package.resolved
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- .gitignore
- Podfile
- Podfile.lock
- camera_inference_screen.dart
- single_image_screen.dart
- main.dart
- integration_test.dart
- .gitignore
- analysis_options.yaml
- pubspec.yaml
- README.md
- .gitkeep
- BoundingBoxView.swift
- PrivacyInfo.xcprivacy
- README.md
- SwiftYOLOPlatformView.swift
- SwiftYOLOPlatformViewFactory.swift
- VideoCapture.swift
- YOLOCamera.swift
- YOLOInstanceManager.swift
- YOLOOverlayStyle.swift
- YOLOPlugin.swift
- YOLOStreamConfig.swift
- YOLOView.swift
- Package.swift
- .gitignore
- ultralytics_yolo.podspec
- channel_config.dart
- yolo_inference.dart
- yolo_model_manager.dart
- yolo_model_resolver.dart
- yolo_exceptions.dart
- yolo_result.dart
- yolo_task.dart
- yolo_platform_impl.dart
- yolo_platform_interface.dart
- error_handler.dart
- logger.dart
- map_converter.dart
- mini_zip.dart
- camera_toolbar.dart
- focus_reticle.dart
- lens_picker.dart
- logo_overlay.dart
- model_size_segmented_control.dart
- performance_label.dart
- task_segmented_control.dart
- threshold_slider_row.dart
- yolo_controller.dart
- yolo_showcase.dart
- zoom_indicator.dart
- ultralytics_yolo.dart
- yolo.dart
- yolo_instance_manager.dart
- yolo_performance_metrics.dart
- yolo_streaming_config.dart
- yolo_view.dart
- README.md
- ultralytics-yolo-feature-graphic.png
- build_play_store_assets.sh
- export-tflite-models.py
- fetch_bundled_models.sh
- test_helpers.dart
- mini_zip_test.dart
- model_size_segmented_control_test.dart
- task_segmented_control_test.dart
- threshold_slider_row_test.dart
- yolo_constructor_test.dart
- yolo_controller_test.dart
- yolo_exceptions_test.dart
- yolo_inference_test.dart
- yolo_instance_manager_test.dart
- yolo_model_manager_test.dart
- yolo_result_test.dart
- yolo_showcase_layout_test.dart
- yolo_test.dart
- yolo_view_test.dart
- .gitattributes
- .gitignore
- .pubignore
- AGENTS.md
- analysis_options.yaml
- CHANGELOG.md
- CLAUDE.md
- LICENSE
- pubspec.yaml
- README.md
- README.zh-CN.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
flutter pub
View Details ▼
flutter pub
Flutter's package manager.
Note: Packages are available on <https://pub.dev>.
See also: `flutter`.
flutter pub get
Download/Update all packages specified in `pubspec.yaml`:
flutter pub add {{package1 package2 ...}}
Add a package dependency to an app:
flutter pub remove {{package1 package2 ...}}
Remove a package dependency from an app:
http
View Details ▼
http
HTTPie: an HTTP client designed for testing, debugging, and generally interacting with APIs and HTTP servers.
See also: `xh`.
http {{https://example.com}}
Make a simple GET request (shows response headers and content):
http {{[-p|--print]}} {{H|B|h|b|m|Hh|Hhb|...}} {{https://example.com}}
Print specific parts of the content (`H`: request headers, `B`: request body, `h`: response headers, `b`: response body, `m`: response metadata):
http {{GET|POST|HEAD|PUT|PATCH|DELETE|...}} --proxy {{http|https}}:{{http://localhost:8080|socks5://localhost:9050|...}} {{https://example.com}}
Specify the HTTP method when sending a request and use a proxy to intercept the request:
https
View Details ▼
https
This command is an alias of `http`.
tldr http
View documentation for the original command:
task
View Details ▼
task
To-do list manager.
task add {{description}} due:{{tomorrow}}
Add a new task which is due tomorrow:
task {{task_id}} modify priority:{{H|M|L}}
Update a task's priority:
task {{task_id}} done
Complete a task:
uv pip
View Details ▼
uv pip
Provides pip-like commands for installing, uninstalling, and managing packages.
uv pip install {{package}}
Install a package:
uv pip install {{[-r|--requirements]}} {{requirements.txt}}
Install packages from a requirements file:
uv pip install {{package==1.2.3}}
Install a package with a specific version:
uv run
View Details ▼
uv run
Run a command or script in the project environment.
uv run {{path/to/script.py}}
Run a Python script:
uv run {{[-m|--module]}} {{module_name}}
Run a Python module:
uv run {{[-w|--with]}} {{package}} {{command}}
Run a command with additional packages installed temporarily:
uv venv
View Details ▼
uv venv
Create an isolated Python environment for installing packages.
uv venv
Create a virtual environment in the default location (`.venv`):
uv venv {{path/to/venv}}
Create a virtual environment at a specific path:
uv venv {{[-p|--python]}} {{3.12}}
Create using a specific Python version:
