Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 1.9 KB

[2.1.1]

  • Readme update.

[2.1.0]

  • Added support for Dart 3 and Flutter 3.10
  • Passing context in required now in the click and offStage methods, this is due to some deprecated methods in Flutter version 3.10

[2.0.10]

  • Added Dynamic footer for offStage method, check out the readme on how to use this.

[2.0.8]

  • Fixed saving of offstage widgets to device without opening the preview (Issue #18)

[2.0.7]

  • Updated openFile obsolete package with better alternative.

[2.0.6]

  • returnImageUint8List was broken before and now it's fixed. Silly mistake of not adding a return statement 🙈.
  • Thanks to gsoykan. PR #22.

[2.0.5]

  • code optimised using pedantic analyzer

[2.0.4]

  • unified parmeters in click and offStage methods
  • All the parameters in the click method is now avaliable in offStage method.
  • logicalSize and imageSize parameters are removed in offStage method in favour of pixelRatio parameter.
  • Code optimization.

[2.0.3]

[2.0.2]

  • updated Readme

[2.0.1]

  • Added SaveToDevice parameter to the click and offStage method. Now the images can be directly saved to gallery/photos app.

[2.0.0]

  • If the widget is not mounted in the widget tree, pass the widget in the DavinciCapture.offStage. Huge thanks to Christian Muertz.

[1.0.5]

  • The pixelRatio can be user defined instead of the static value 3.
  • when the image is captured, you can either openFilePreview or returnImageUint8List
  • Minor bug fixes

[1.0.0]

  • Null safety support

[0.0.3]

  • Initial Release