emulators 0.5.1 copy "emulators: ^0.5.1" to clipboard
emulators: ^0.5.1 copied to clipboard

A utility library to automate mobile emulators. Wraps `xcrun` for iOS and the Android CLI tools.

emulators #

A utility library to automate mobile emulators.

Can be used to automate screenshots on multiple devices.

Example project #

https://github.com/tim-smart/flutter-emulators-screenshots-demo

This project demonstrates how to use this package to generate screenshots for a Flutter project.

FAQ #

Random errors / hangs with Android emulators #

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 https://github.com/tim-smart/dart_emulators/issues/4 for more info.

15
likes
120
pub points
67%
popularity

Publisher

verified publishertimsmart.co

A utility library to automate mobile emulators. Wraps `xcrun` for iOS and the Android CLI tools.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

elemental, freezed_annotation, json_annotation, path

More

Packages that depend on emulators