Skip to content

Commit

Permalink
feat: Add upper bound constraint on the Dart SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelongqy committed May 14, 2024
1 parent 4c1272b commit 7c5699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/xuelongqy/flutter_easy_refresh
issue_tracker: https://github.com/xuelongqy/flutter_easy_refresh/issues

environment:
sdk: ">=2.19.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
Expand Down

0 comments on commit 7c5699e

Please sign in to comment.