Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ The main goal is simple integration: use an official model ID, or drop in your o

Install the package:

Package: https://pub.dev/packages/ultralytics_yolo
Comment thread
glenn-jocher marked this conversation as resolved.

```yaml
dependencies:
ultralytics_yolo: ^0.2.0
ultralytics_yolo: ^0.3.0
```
```bash
Expand Down
4 changes: 3 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ Ultralytics YOLO Flutter 是官方 Flutter 插件,用于在 iOS 和 Android

安装插件:

插件地址:https://pub.dev/packages/ultralytics_yolo

```yaml
dependencies:
ultralytics_yolo: ^0.2.0
ultralytics_yolo: ^0.3.0
```

```bash
Expand Down
4 changes: 3 additions & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ Get the Ultralytics YOLO Flutter plugin up and running in your project with this

Add the plugin to your Flutter project's `pubspec.yaml`:

Package: https://pub.dev/packages/ultralytics_yolo

```yaml
dependencies:
flutter:
sdk: flutter
ultralytics_yolo: ^0.2.0 # Latest version
ultralytics_yolo: ^0.3.0 # Latest version
Comment thread
glenn-jocher marked this conversation as resolved.
```
Run the installation command:
Expand Down
4 changes: 3 additions & 1 deletion doc/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ cd yolo_demo

Add to `pubspec.yaml`:

Package: https://pub.dev/packages/ultralytics_yolo

```yaml
dependencies:
flutter:
sdk: flutter
ultralytics_yolo: ^0.2.0
ultralytics_yolo: ^0.3.0
image_picker: ^1.2.1 # For image selection
```
Expand Down
Loading