Skip to content

Commit

Permalink
- chore: explicitly allow dart 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Sep 25, 2023
1 parent bbc065e commit 298fc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dio_cache_interceptor/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: Demonstrates how to use dio cache interceptor lib.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
flutter:
Expand Down

0 comments on commit 298fc00

Please sign in to comment.