You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository will be home to the source code for the mediapipe_task_vision, mediapipe_task_audio, and mediapipe_task_text plugins for Flutter.
4
+
5
+
## Releasing
6
+
7
+
### Updating MediaPipe SDKs
8
+
9
+
Anytime MediaPipe releases new versions of their SDKs, this package will need to be updated to incorporate those latest builds. SDK versions are pinned in the `sdk_downloads.json` files in each package, which are updated by running the following command from the root of the repository:
10
+
11
+
```
12
+
$ make sdks
13
+
```
14
+
15
+
The Google Cloud Storage bucket in question only gives read-list access to a specific list of Googlers' accounts, so this command must be run from such a Googler's corp machines.
16
+
17
+
After this, create and merge a PR with the changes and then proceed to `Releasing to pub.dev`.
0 commit comments