camerawesome 0.3.0-nullsafety
camerawesome: ^0.3.0-nullsafety copied to clipboard
Easyest Flutter camera Plugin supporting capturing images, streaming images, video recording, switch sensors, autofocus, flash... on Android and iOS
1.0.0 #
- Migrate null safety.
- Fixed aspect ratio of camera preview when using smaller image sizes.
- Fixed image capture on older android devices which use continuous (passive) focus.
0.2.1+1 #
- build won't show red screen in debug if camerAwesome is running on slow phones
- [Android] bind activity
0.2.1 #
- [iOS] image stream available to use MLkit or other image live processing
- [iOS] code refactoring
0.2.0 #
- [iOS] video recording support
- [iOS] thread and perf enhancements
0.1.2+1 #
- [Android] onDetachedFromActivity : fix stopping the camera should be only done if camera has been started
- listen native Orientation should be canceled correctly on dispose CameraAwesomeState
- unlock focus now restart session correctly after taking a photo
- takePicture listener now cannot send result more than one time
0.1.2 #
- [Android] get luminosity level from device
- [Android] apply brightness correction
0.1.1+1 #
- [android] fix release onOpenListener after emit result to Flutter platform
0.1.1 #
- prevent starting camera when already open on Flutter side
- stability between rebuilds improved on Flutter side
- [android] check size is correctly set before starting camera
- CameraPreview try 3 times to start if camera is locked (each try are 1s ellapsed)
- Fix android zoom when taking picture
0.1.0 #
- image stream available to use MLkit or other image live processing (Only android)
0.0.2+3 #
- fix switch camera on Android with new update (now correctly switch ImageReader and cameraCharacteristics when switch sensor).
0.0.2+1 #
- comment com.google.gms.google-services from example build.gradle. This is aimed only to start our e2e tests on testlabs. Put your own google-services.json if you want to start them there.
0.0.2 #
- updated readme
0.0.1 #
- first version. See readme for complete features list