We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd980c0 commit 37ca421Copy full SHA for 37ca421
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.11.0
4
+
5
+- Add support for Flutter 3.20
6
+- Update `checks` to 0.3.0 #48
7
+- Remove deprecated property `selector` from `withProp()` and `hasProp()`. Use `elementSelector` instead
8
+- Widen `test_api` version range to include `0.7.X`
9
10
## 0.10.0
11
12
### High-level API changes
pubspec.yaml
@@ -1,6 +1,6 @@
name: spot
-description: Chainable powerful finder API, screenshots and assertions for awesome widget tests.
-version: 0.10.0
+description: Chainable powerful widget selector API, screenshots and assertions for awesome widget tests.
+version: 0.11.0
repository: https://github.com/passsy/spot
issue_tracker: https://github.com/passsy/spot/issues
0 commit comments