Skip to content

Commit 290371f

Browse files
authored
feat: update sdk constraint to include dart 3 (#54)
1 parent 78988c6 commit 290371f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- feat: support for `mocktail ^1.0.0`
44
- feat: support for `flutter 3.13.0`
5+
- feat: sdk constraint to include Dart 3
56

67
# 0.3.0
78

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.4.0
44
homepage: https://github.com/VeryGoodOpenSource/mockingjay
55

66
environment:
7-
sdk: ">=2.18.0 <3.0.0"
7+
sdk: ">=2.18.0 <4.0.0"
88
flutter: ">=3.7.3"
99

1010
dependencies:

0 commit comments

Comments
 (0)