emulators 0.2.1 emulators: ^0.2.1 copied to clipboard
A utility library to automate mobile emulators. Wraps `xcrun` for iOS and the Android CLI tools.
0.2.1 #
- Handle bad output from adb emu avd commands
0.2.0 #
- Update dart SDK and dependencies - @ened
0.1.16 #
- Documentation updates
0.1.15 #
- Add date to ios
cleanStatusBar
0.1.14 #
- Don't absorb errors in
forEach
0.1.13 #
- Add
args
todrive
0.1.12 #
- Reliability improvements
0.1.11 #
- Bug fixes
0.1.10 #
- Refactor internal
waitUntilRunning
0.1.9 #
- Filter out real devices
0.1.8 #
- Set wifi signal in android
cleanStatusBar
- Remove
shutdownAll
fromforEach
0.1.7+1 #
- Add link to example project to README
0.1.7 #
- Create directories for screenshots
0.1.6 #
- Add
cleanStatusBarFromEnv
for use with flutter driver
0.1.5 #
- Refactor
cleanStatusBar
into it's own function
0.1.4 #
- Add some delay after
shutdown
- Fix android demo mode
0.1.3 #
- Increase timeout to 60s for
waitUntilRunning
0.1.2 #
- Add
avdmanager
and expose helper functions
0.1.1 #
- Clean iOS status bar for screenshots
0.1.0+1 #
- Rename example
0.1.0 #
- First release