fl_camera 2.0.0
fl_camera: ^2.0.0 copied to clipboard
A camera plugin for flutter , support Android(used CameraX) and IOS
2.0.0 #
- remove
FlCameraMethodCall()
- add
onCreateView
forFlCamera()
- add
notPreviewed
forFlCamera()
- add
stopPreview()
forFlCameraController()
- modify
onFlashChange
toonFlashChanged
- modify
onZoomChange
toonZoomChanged
1.2.0 #
- remove instance , direct initialization
1.1.5 #
- update gradle version
- update kotlin version
1.1.3 #
- fix bug
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.