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 78988c6 commit 290371fCopy full SHA for 290371f
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
- feat: support for `mocktail ^1.0.0`
4
- feat: support for `flutter 3.13.0`
5
+- feat: sdk constraint to include Dart 3
6
7
# 0.3.0
8
pubspec.yaml
@@ -4,7 +4,7 @@ version: 0.4.0
homepage: https://github.com/VeryGoodOpenSource/mockingjay
environment:
- sdk: ">=2.18.0 <3.0.0"
+ sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.7.3"
9
10
dependencies:
0 commit comments