screenshot 3.0.0 screenshot: ^3.0.0 copied to clipboard
Flutter Screenshot Package (Runtime). Capture any Widget as an image.
[3.0.0] - 14/05/2024 #
- Make API Changes compatible with Flutter 3.22.0
- BREAKING CHANGE: Add flutter version constraint to be >=3.22.0. This will break for lower versions of Flutter.
[2.5.0] - 14/05/2024 #
- Revert Changes from 2.4.0 release.
- BREAKING CHANGE: Add flutter version constraint to be <3.22.0
[2.4.0] - 14/05/2024 #
- Update
ViewConfiguration
parameters. - BREAKING CHANGE: This will throw Compile time error for versions <=3.19.
[2.3.0] - 15/03/2024 #
- Revert ViewConfiguration
ViewConfiguration
parameters inwidgetToUiImage
to match API with size parameter . - BREAKING CHANGE: This will throw Compile time error for versions >=3.18 and <=3.19 and for some Pre release versions.
[2.2.0] - 15/03/2024 #
- Update ViewConfiguration
ViewConfiguration
parameters inwidgetToUiImage
to match API with constraint parameter. - BREAKING CHANGE: This will throw Compile time error for versions <=3.18 and >=3.19.
[2.1.0] - 13/05/2023 #
- New Functions:
captureFromLongWidget
andlongWidgetToUiImage
. Calculates widgets size and captures whole widget at once. - BREAKING CHANGE: add minimum flutter version constraint. so if your project is below flutter 3.10, Please consider using version 1.3.0
[2.0.0] - 13/05/2023 #
- BREAKING CHANGE: supports flutter version >=3.10 only.
- Migrate to
FlutterView
fromui.window
@Mayb3Nots
[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 #
- 20 Millisecond delay has been added. See issue https://github.com/flutter/flutter/issues/22308
- Example app can now save images directly to Gallery (using https://github.com/hui-z/image_gallery_saver)
[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.