fl_camera 1.1.2
fl_camera: ^1.1.2 copied to clipboard
A camera plugin for flutter , support Android(used CameraX) and IOS
1.1.2 #
- fixed the camera preview size problem of IOS in 1920x1080
1.1.1 #
- add
fit - optimize camera preview box
1.1.0 #
- add camera zoom function and add onzoomchange
- remove usebackcamera, add availablecameras and select the camera you need. The rear camera is used by default
- remove zoomquality, add resolution, and set the resolution you need,
- add updatereset. Do you need to reinitialize the camera preview when calling didupdatewidget
- modify FLCameraEvent to FlCameraEvent
1.0.2 #
- fix bug for Android
1.0.0 #
- upgrade Android Gradle
- upgrade CameraX
0.0.5 #
- Remove useless files
- fix bug
0.0.3 #
- add doc
- [initCamera()] add [useBackCamera]、[zoomQuality]
0.0.1 #
- initial release.