- 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 aSnapshotResult
object, which contains the image properties such as:byteData
,uint8list
,imageFromMemory
andbytesImage
.
- Change name of class for
- Upgrade SDK.
- Dart format.
- Now you can add custom TextDirection and custom GlobalKey.
- Minor changes for dart convention.
- Now you can adjust the fit of your images.
- The quality of the generated image is superior.
- Use of context to capture image.
- Complete Readme.
- Update Example to flutter 3.10.
- Add photos.
- Version stable.