Skip to content

Commit

Permalink
fix(sdk): update dependency dart to >=3.4.3 <4.0.0 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent 259dd24 commit 1d7cd5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,5 @@ packages:
source: hosted
version: "5.5.1"
sdks:
dart: ">=3.4.1 <4.0.0"
flutter: ">=3.22.1"
dart: ">=3.4.3 <4.0.0"
flutter: ">=3.22.2"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=3.4.1 <4.0.0"
sdk: ">=3.4.3 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 4.1.1
homepage: https://github.com/zeshuaro/google_api_headers

environment:
sdk: ">=3.4.1 <4.0.0"
sdk: ">=3.4.3 <4.0.0"
flutter: ">=3.22.2"

dependencies:
Expand Down

0 comments on commit 1d7cd5e

Please sign in to comment.