patrol_finders 2.7.2
patrol_finders: ^2.7.2 copied to clipboard
Streamlined, high-level API on top of flutter_test.
2.7.2 #
- Remove
PatrolWidgetTester
class. (#2570)
2.7.1 #
- Bump Gradle version in the example app so it's possible to build them on the latest JDK 23 (#2503)
- Bump
custom_lint
to0.7.0
andleancode_lint
to14.3.0
. (#2574) - Fix
$.enterText()
issues (#2570)
2.7.0 #
- Add
alignment
parameter towaitUntilVisible
in order to improve visibility check on Row and Column widgets. (#2464) - Add
isVisibleAt
method to check if a widget is visible at a given alignment in casevisible
fails. (#2464) - Remove
exception
fromStepEntry
. When it was too long, it caused crash because of badly formed JSON. (#2481) - Bump
patrol_log
version.
2.6.0 #
- Patch
enterText
into same field twice. (#2461) - Bump
patrol_log
version.
2.5.1 #
- Disable printing logs in nested
waitUntilVisible
andwaitUntilExists
calls.
2.5.0 #
- Update
patrol_log
.
2.4.0 #
- Wrap actions on finders with patrol logs.
2.3.0 #
- Add option to disable printing patrol logs. Default value is disabled.
2.2.0+1 #
- Bump
patrol_log
version.
2.2.0 #
- Use
patrol_log
inPatrolTester
methods.
2.1.3 #
- Bump min Flutter SDK to 3.24.0 and Dart SDK to 3.5.0 (#2371)
2.1.2 #
- Adjust
pumpWidget
to newflutter_test
API. - Bump min Flutter SDK to 3.22
2.1.1 #
- Revert: Adjust
pumpWidget
to newflutter_test
API.
2.1.0 #
- Adjust
pumpWidget
to newflutter_test
API.
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)