google / flutter-mediapipe

Apache License 2.0
188 stars 10 forks source link

Final pre-publish housekeeping #32

Closed craiglabenz closed 4 months ago

craiglabenz commented 4 months ago
craiglabenz commented 4 months ago

Odd that my editor didn't tell me about those... 🤔

It turns out I hadn't run dart pub get since bumping the SDK requirements above 3.2, which is when private field promotion arrived.

craiglabenz commented 4 months ago

As far as I can tell, these latest integration test failures are a false-positive. They passed until recently in CI and still pass locally.

craiglabenz commented 4 months ago

Merging as test failures are false positives from dart-lang/sdk#55712