Skip to content

Commit cbb9dfc

Browse files
authored
Merge pull request #17 from approov/feature/maimum-dart-version-supported
Add upper bound for the dart sdk
2 parents 9b0c9bd + a135878 commit cbb9dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository: https://github.com/approov/approov_service_flutter_httpclient
55
homepage: https://pub.dev/publishers/approov.io/packages
66

77
environment:
8-
sdk: ">=3.0.0"
8+
sdk: ">=3.0.0 <4.0.0"
99
flutter: ">=3.7.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)