Skip to content

Commit b60d7c5

Browse files
authored
Add direct pub.dev package links (#472)
1 parent cd0bb68 commit b60d7c5

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ The main goal is simple integration: use an official model ID, or drop in your o
4040

4141
Install the package:
4242

43+
Package: https://pub.dev/packages/ultralytics_yolo
44+
4345
```yaml
4446
dependencies:
45-
ultralytics_yolo: ^0.2.0
47+
ultralytics_yolo: ^0.3.0
4648
```
4749
4850
```bash

README.zh-CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ Ultralytics YOLO Flutter 是官方 Flutter 插件,用于在 iOS 和 Android
4040

4141
安装插件:
4242

43+
插件地址:https://pub.dev/packages/ultralytics_yolo
44+
4345
```yaml
4446
dependencies:
45-
ultralytics_yolo: ^0.2.0
47+
ultralytics_yolo: ^0.3.0
4648
```
4749
4850
```bash

doc/install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ Get the Ultralytics YOLO Flutter plugin up and running in your project with this
1212

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

15+
Package: https://pub.dev/packages/ultralytics_yolo
16+
1517
```yaml
1618
dependencies:
1719
flutter:
1820
sdk: flutter
19-
ultralytics_yolo: ^0.2.0 # Latest version
21+
ultralytics_yolo: ^0.3.0 # Latest version
2022
```
2123
2224
Run the installation command:

doc/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ cd yolo_demo
2929

3030
Add to `pubspec.yaml`:
3131

32+
Package: https://pub.dev/packages/ultralytics_yolo
33+
3234
```yaml
3335
dependencies:
3436
flutter:
3537
sdk: flutter
36-
ultralytics_yolo: ^0.2.0
38+
ultralytics_yolo: ^0.3.0
3739
image_picker: ^1.2.1 # For image selection
3840
```
3941

0 commit comments

Comments
 (0)