google / flutter-mediapipe

Apache License 2.0
161 stars 7 forks source link

[FFI] MediaPipe SDKs finder automation #16

Closed craiglabenz closed 5 months ago

craiglabenz commented 6 months ago

Description

Dart's native assets build process includes a step which should either compile or download any necessary artifacts needed by the app in question. This PR adds a script which will scan the Google Cloud Storage bucket where the MediaPipe team uploads said artifacts and save their full locations in a manifest file for later use by that build step.

The contents of the generated files (sdk_downloads.json) will be included in the cache-busting mechanism of that build step.

craiglabenz commented 6 months ago

Responses to your review are now in, @Piinks :)