Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Official Ultralytics YOLO Flutter plugin for real-time inference on Android and iOS across major vision tasks.
| Date | Stars |
|---|---|
| 2026-07-24 | 463 |
| 2026-07-25 | 463 |
| 2026-07-28 | 465 |
| 2026-07-30 | 465 |
| 2026-08-06 | 465 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
<a href="https://www.ultralytics.com/"><img src="https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Original.svg" width="320" alt="Ultralytics logo"></a>
[English](README.md) | [简体中文](README.zh-CN.md)
# 🚀 YOLO Flutter - Ultralytics Official Plugin
[](https://github.com/ultralytics/yolo-flutter-app/actions/workflows/format.yml)
[](https://github.com/ultralytics/yolo-flutter-app/actions/workflows/ci.yml)
[](https://app.codecov.io/github/ultralytics/yolo-flutter-app)
[](https://cocoapods.org/pods/UltralyticsYOLO)
[](https://discord.com/invite/ultralytics)
[](https://community.ultralytics.com/)
[](https://www.reddit.com/r/ultralytics/)
Ultralytics YOLO Flutter is the official plugin for running YOLO models in Flutter apps on iOS and Android. It supports [detection](https://docs.ultralytics.com/tasks/detect), [instance segmentation](https://docs.ultralytics.com/tasks/segment), [semantic segmentation](https://docs.ultralytics.com/tasks/semantic), depth estimation, [classification](https://docs.ultralytics.com/tasks/classify), [pose](https://docs.ultralytics.com/tasks/pose), and [OBB](https://docs.ultralytics.com/tasks/obb) on both platforms, with two simple entry points:
- `YOLO` for single-image inference
- `YOLOView` for real-time camera inference
The main goal is simple integration: use an official model ID, or drop in your own exported model and let the plugin resolve task metadata for you.
<div align="center">
<br>
<a href="https://apps.apple.com/us/app/ultralytics-yolo/id1452689527" target="_blank"><img width="100%" src="https://github.com/user-attachments/assets/d5dab2e7-f473-47ce-bc63-69bef89ba52a" alt="Ultralytics YOLO iOS App previews"></a>
<br>
<br>
<a href="https://apps.apple.com/us/app/ultralytics-yolo/id1452689527" style="text-decoration:none;">
<img src="https://raw.githubusercontent.com/ultralytics/assets/main/app/app-store.svg" width="15%" alt="Apple App store"></a>
<a href="https://play.google.com/store/apps/details?id=com.ultralytics.yolo" style="text-decoration:none;">
<img src="https://raw.githubusercontent.com/ultralytics/assets/main/app/google-play.svg" width="15%" alt="Get it on Google Play"></a>
</div>
## ✨ Features
- Official Ultralytics plugin for Flutter
- One Dart API for Android and iOS
- Metadata-first model loading with official model download and caching
- Real-time camera inference and single-image inference
- Controls for thresholds, accelerator selection, and result streaming
- YOLO26 and YOLO11 model families supported
| Feature | Android | iOS | Details |
| ------------------------------------- | ------- | --- | ------------------------------------------------------------------ |
| Object Detection | ✅ | ✅ | Bounding boxes, labels, and confidence scores |
| Instance Segmentation | ✅ | ✅ | Instance masks with boxes and classes |
| Semantic Segmentation | ✅ | ✅ | Dense class masksExcerpt of 23,099 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:f69b03ca8edca488, topic:computer-vision, topic:object-detection, topic:yolo