A utility library to automate mobile emulators.
Can be used to automate screenshots on multiple devices.
https://github.com/tim-smart/flutter-emulators-screenshots-demo
This project demonstrates how to use this package to generate screenshots for a Flutter project.
You might hit an adb
bug. A symptom is that the output of the command
adb -s emulator-5554 emu avd name
is empty when the emulator is running
(where emulator-5554
is the name of your emulator).
If the file ~/.emulator_console_auth_token
exists and is empty, stop the
emulator and remove the file.
See tim-smart#4 for more info.