camerawesome 1.0.0-rc1+2 camerawesome: ^1.0.0-rc1+2 copied to clipboard
Easiest Flutter camera Plugin supporting capturing images, streaming images, video recording, switch sensors, autofocus, flash... on Android and iOS
1.0.0-rc1 #
- Too much new things
- Take a look on the new documentation
0.4.0 #
- Migrate to CameraX instead of Camera2 on Android.
- Add GPS location in Exif photo on Android.
- Add Video recording for Android.
0.3.6 #
- Add GPS location in Exif photo on iOS.
- Fix some issues
0.3.4 #
- Add pinch to zoom.
0.3.3 #
- update android build tools to 30
- fix first permission request crash
0.3.2 #
- Update to Flutter 3.
- Update Android example project.
- Upgrade dependencies.
- Clean some code.
0.3.1 #
- handle app lifecycle (stop camera on background)
0.3.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.
- Fix image capture on iOS
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