- prioritise
which
for avdmanager
- Update dependencies
- fix type error when resolving ios device names
- drop dart v2
- add shutdown timeout option to forEach
- pub upgrade
- Allow disabling the ScreenshotHelper, for running tests without screenshots.
- Add optional
modifyState
callback to Device#clone
- Update deps
- Support
ANDROID_HOME
environment variable
- Absorb errors in list operation, so it works if a platform is missing
- Clean up exports some more
- Export
Toolchain
,ScreenshotHelper
andProcessRunner
.
- Log error if device in
forEach
is not found.
- Internal refactor
- Internal refactor
- Export device types
- Loosen
nameOrIds
inforEach
to anIterable
type
- BREAKING: Rewrite API surface to make package easier to use
- Add support for passing custom config
- Handle bad output from adb emu avd commands
- Update dart SDK and dependencies - @ened
- Documentation updates
- Add date to ios
cleanStatusBar
- Don't absorb errors in
forEach
- Add
args
todrive
- Reliability improvements
- Bug fixes
- Refactor internal
waitUntilRunning
- Filter out real devices
- Set wifi signal in android
cleanStatusBar
- Remove
shutdownAll
fromforEach
- Add link to example project to README
- Create directories for screenshots
- Add
cleanStatusBarFromEnv
for use with flutter driver
- Refactor
cleanStatusBar
into it's own function
- Add some delay after
shutdown
- Fix android demo mode
- Increase timeout to 60s for
waitUntilRunning
- Add
avdmanager
and expose helper functions
- Clean iOS status bar for screenshots
- Rename example
- First release