flutter_panorama 1.2.0
flutter_panorama: ^1.2.0 copied to clipboard
Flutter package for snaping panorama photos with OpenCV and a simple interface.
1.2.0 #
- New onAllPhotosSnapped callback, notifies you when all photos were snapped and processing has begun. Read more on the Readme section on how to use it.
- When rotating to 360° the snapping aitomatically ends and processing begins.
- Updated opencv_dart minimum dependency version to 1.4.3
1.1.0 #
- Changed camera package in favor of camerawesome.
- Lowered angle delta threshold for image snapping.
- You can now set the minimum amount of photos needed for a panorama. It cannot be lower than 2. This was introduced to support some devices that needs higher amount of images.
- Better UI.
- Fixed UI bug where on some devices the interface would not scale correctly.
- Added possibility to customize the loading widgets while panorama is being created.
- Updated opencv_dart dependency to latest version.
1.0.2 #
MAJOR BUG fixed where the panorama stitching fails when selecting filePath as returnType.
1.0.1 #
- Panorama stitching now happens in a separate isolate for improved performance.
- Ne wloading indicator when panorama is processing.
- You can now choose the return type: filePath or bytes (Uint8List).
- onSuccess returns a String path or Uint8List based on returnType.
- Added save directory path parameter to customize where the panorama is saved if returnType is filePath.
- Handled lifecycle changes.
- Correctly handled subscriptions.
- Corrected camera preview UI to adapt to all screen sizes.
0.0.4 #
Added the possibility to customize the UI labels.
0.0.3 #
Created an example and wrote better single API documentation.
0.0.2 #
Added better documentation and examples for the panorama_creator package.
0.0.1 #
Initial release of the panorama_creator package. Provides a basic interface for creating panoramic images from a series of photos taken with the camera.