fluttercommunity / community

Flutter Community - A central place for community made Flutter content.
1.58k stars 121 forks source link

Transfer screenshots package #74

Open deadsoul44 opened 3 years ago

deadsoul44 commented 3 years ago

Screenshots package has not been maintained for 2 years. It could be great if it is forked and maintained by flutter community because it has the potential to be used by every flutter developer.

https://pub.dev/packages/screenshots

martin-braun commented 2 years ago

Flutter's integration tests allow to take screenshots: https://dev.to/mjablecnik/take-screenshot-during-flutter-integration-tests-435k

Although it still has problems on Android devices when it comes to multiple screenshots, I still looking forward to it.

We probably need a package to utilize it, so get it going for all device sizes using different AVDs / Simulators without any required interaction for full automation.