Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 1.07 KB

[1.3.0] - 27/12/2022

  • Fix disposing widgets after capturing in widgetToUiImage function @Lan-tb

[1.2.3] - 15/07/2021

  • Support Inheriting Theme for Invisible Widget

[1.2.2] - 14/07/2021

  • Add pixelRatio to captureFromWidget @hashirshoaeb
  • Fix assertion issue

[1.2.1] - 13/06/2021

  • Removal of compilation warning @yanivshaked

[1.2.0] - 13/06/2021

  • Add support for invisible widget capture

[1.0.0-nullsafety.0] - 10/02/2021

  • Add nullsafety

[0.3.0] - 10/02/2021

  • breaking change capture method returns Uint8List instead of File.
  • support for web and windows
  • Add captureAndSave method.

[0.2.0] - 10/06/2020

  • Add captureAsUiImage method

[0.1.1] - 11/05/2019

[0.1.0] - 09/05/2019

  • changed path_provider version to ^1.1.0

[0.0.2] - 16/02/2019

  • added support for older versions of path provider

[0.0.1] - 12/02/2019

  • initial release.