driver_extensions 2.0.0-nullsafety.1
driver_extensions: ^2.0.0-nullsafety.1 copied to clipboard
A set of Flutter Driver extension methods to make driver tests easier to write and maintain.
2.0.0-nullsafety.1 #
- [BREAKING]
scrollTomethod now requiresonargument to not be null - Updating to the latest changes in Flutter Driver
2.0.0-nullsafety.0 #
- Introducing dart null-safety
1.2.0+1 #
- Some renaming
1.2.0 #
- Exposing
currentTestFilemethod that returns current test file name
1.1.0 #
- Adding callback
onTimeoutto invoke code when driver operation failed with a timeout
1.0.1 #
- Updating API's documentation
1.0.0+1 #
- Updating package description
1.0.0 #
- Initial Release