simple_widget_snapshot 2.0.0
simple_widget_snapshot: ^2.0.0 copied to clipboard
Simple library for widget snapshot, easy to use for send image from specific widget.
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 aSnapshotResult
object, which contains the image properties such as:byteData
,uint8list
,imageFromMemory
andbytesImage
.
- Change name of class for
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.