- Readme update.
- Added support for Dart 3 and Flutter 3.10
- Passing context in required now in the
click
andoffStage
methods, this is due to some deprecated methods in Flutter version 3.10
- Added Dynamic footer for
offStage
method, check out the readme on how to use this.
- Fixed saving of offstage widgets to device without opening the preview (Issue #18)
- Updated
openFile
obsolete package with better alternative.
returnImageUint8List
was broken before and now it's fixed. Silly mistake of not adding areturn
statement 🙈.- Thanks to gsoykan. PR #22.
- code optimised using pedantic analyzer
- unified parmeters in
click
andoffStage
methods - All the parameters in the click method is now avaliable in offStage method.
logicalSize
andimageSize
parameters are removed in offStage method in favour ofpixelRatio
parameter.- Code optimization.
- Fixed Raw Keyboard exception
- Thanks to Rubin Raithel. PR #11.
- updated Readme
- Added
SaveToDevice
parameter to the click and offStage method. Now the images can be directly saved to gallery/photos app.
- If the widget is not mounted in the widget tree, pass the widget in the
DavinciCapture.offStage
. Huge thanks to Christian Muertz.
- The pixelRatio can be user defined instead of the static value 3.
- when the image is captured, you can either
openFilePreview
orreturnImageUint8List
- Minor bug fixes
- Null safety support
- Initial Release