Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 786 Bytes

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 786 Bytes

Changelog

2.0.0

  • Breaking changes:
    • Change name of class for WidgetSnapshot.
    • Now just need use one function for widget capture capture.
    • Now the capture is done through a GlobalKey.
    • The capture function returns a SnapshotResult object, which contains the image properties such as: byteData, uint8list, imageFromMemory and bytesImage.

1.0.6

1.0.5

  • Upgrade SDK.

1.0.4

  • Dart format.

1.0.3

  • Now you can add custom TextDirection and custom GlobalKey.
  • Minor changes for dart convention.

1.0.2

  • Now you can adjust the fit of your images.
  • The quality of the generated image is superior.
  • Use of context to capture image.

1.0.1

  • Complete Readme.
  • Update Example to flutter 3.10.
  • Add photos.

1.0.0

  • Version stable.