patrol_finders 2.0.3-dev.1 patrol_finders: ^2.0.3-dev.1 copied to clipboard
Streamlined, high-level API on top of flutter_test.
2.0.3-dev.1 #
- Adjust
pumpWidget
to newflutter_test
API. - Support customization of doubleTap delay (Android only). (#2165)
2.0.2 #
- Add registering text input. (#2111)
2.0.1+1 #
- Add screenshots to
pubspec.yaml
(#1917)
2.0.1 #
- Bump dependencies for Flutter 3.16 and Dart 3.2
- Populate
topics
in pubspec
2.0.0 #
- Bump minimum supported Flutter version to 3.16 to be compatible with breaking
changes in
flutter_test
- BREAKING:
- Remove deprecated
andSettle
from allPatrolTester
andPatrolFinder
methods. UsesettlePolicy
instead (#1892) - The deprecated
andSettle
method has been removed from allPatrolTester
andPatrolFinder
methods liketap()
,enterText()
, and so on. Developers should now usesettlePolicy
as a replacement, which has been available since June (#1892) - The default
settlePolicy
has been changed totrySettle
(#1892)
- Remove deprecated
1.0.0 #
- Initial release as a standalone package (#1606)