- Fix disposing widgets after capturing in widgetToUiImage function @Lan-tb
- Support Inheriting Theme for Invisible Widget
- Add pixelRatio to captureFromWidget @hashirshoaeb
- Fix assertion issue
- Removal of compilation warning @yanivshaked
- Add support for invisible widget capture
- Add nullsafety
- breaking change capture method returns Uint8List instead of File.
- support for web and windows
- Add captureAndSave method.
- Add captureAsUiImage method
- 20 Millisecond delay has been added. See issue flutter/flutter#22308
- Example app can now save images directly to Gallery (using https://github.com/hui-z/image_gallery_saver)
- changed path_provider version to ^1.1.0
- added support for older versions of path provider
- initial release.