google / flutter-mediapipe

Apache License 2.0
212 stars 14 forks source link

Final pre-publish housekeeping #32

Closed craiglabenz closed 6 months ago

craiglabenz commented 6 months ago
craiglabenz commented 6 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 6 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 6 months ago

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