flutter-ml / google_ml_kit_flutter

A flutter plugin that implements Google's standalone ML Kit
MIT License
907 stars 709 forks source link

fix: Handle NullPointerException and some wanring at google_mlkit_commons #651

Closed nickf2k closed 2 days ago

nickf2k commented 4 days ago

to solve this issue https://github.com/flutter-ml/google_ml_kit_flutter/issues/534

fbernaly commented 2 days ago

@nickf2k: Bump the version to 0.8.0 https://github.com/flutter-ml/google_ml_kit_flutter/blob/develop/packages/google_mlkit_commons/pubspec.yaml#L3

And add new version to changelog: https://github.com/flutter-ml/google_ml_kit_flutter/blob/develop/packages/google_mlkit_commons/CHANGELOG.md

nickf2k commented 2 days ago

@fbernaly sorry I didn't test yet, I will check it now

nickf2k commented 2 days ago

@fbernaly I've tested the changes on a real device, bumped the version to 0.8.0, and updated the CHANGELOG.md file accordingly. Please review the latest commits and let me know if there are any further adjustments needed. Thank you! image

fbernaly commented 2 days ago

@nickf2k : I will release a new version on Monday. Thanks for your contribution.