flutter_camera_ml_vision 2.0.1
flutter_camera_ml_vision: ^2.0.1 copied to clipboard
A flutter widget that show the camera stream and allow ML vision recognition on it, it allow you to detect barcodes, labels, text, faces...
2.0.1 5/05/2019 #
- fix a crash when poping a route with the camera preview
2.0.0 2/05/2019 #
- We now forward the result from firebase_ml_vision for onResult
1.4.0 24/04/2019 #
- add cameraLensDirection parameter (this default to back)
1.3.0 17/04/2019 #
- add overlayBuilder parameter
1.2.0 12/04/2019 #
- fix crash above android api 21.
- fix pause when a new route is pushed.
1.1.0 11/04/2019 #
- Allow usage under android api 21.
- Add error type on error builder.
1.0.0 10/04/2019 #
- Initial release.