screenshot_maker 1.0.0 screenshot_maker: ^1.0.0 copied to clipboard
A package for generating images laid out using Flutter. You can make images with Flutter's awesome layout system.
[1.0.0] - 2021-03-22 #
- BREAKING CHANGES
- Added support for null-safety.
- Simulated must now be given the argument viewPadding. This allows areas such as "notch" to be correctly represented.
- Simulated must now be given the argument originalLogicalScreenSize. This allows for the correct resolution to be displayed in Simulated.
- A constructor named Simulated.sample has been added.
[0.1.0] - 2021-01-28 #
- When Simulated is used with null arguments, it now uses the sample device frame image.
[0.0.2] - 2020-11-01 #
- Added a link to the repository.
- Wrote longer description in pubspec.yaml.
[0.0.1] - 2020-10-31 #
- Initial release.