- fix NPE on aspect ratio
- update deps
- fix crash on android app lifecycle
- expose camera controller
- pass default resolution to high to improve reading of barcode
- update deps
- simplify pause stream when not on screen by using VisibilityDetector widget
- fix crash when setState is called when unmounted
- update dependencies
- fix black screen on some Android device in profile/release mode
- fix bug when specifying resolution
- disable audio (#43)
- let user define camera resolution (#45)
expose more function from camera controller
- prepareForVideoRecording
- startVideoRecording
- stopVideoRecording
- takePicture
- fix a crash when poping a route with the camera preview
- We now forward the result from firebase_ml_vision for onResult
- fix installation problems
- Expose camera value
- add cameraLensDirection parameter (this default to back)
- add overlayBuilder parameter
- fix crash above android api 21.
- fix pause when a new route is pushed.
- Allow usage under android api 21.
- Add error type on error builder.
- Initial release.