Skip to content

Commit

Permalink
chore(deps): update dependency flutter to v3.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 65a61fc commit 1f6a6da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/dio_trending_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
flutter: 3.7.0
flutter: 3.24.2

dependencies:
dio: ^5.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/http_trending_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
flutter: 3.7.0
flutter: 3.24.2

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/local_storage_repository_middleware/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
flutter: 3.7.0
flutter: 3.24.2

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/repository_middleware/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
flutter: 3.7.0
flutter: 3.24.2

dependencies:
rxdart: ^0.27.2
Expand Down
2 changes: 1 addition & 1 deletion packages/trending_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
flutter: 3.7.0
flutter: 3.24.2

dependencies:
trending_common:
Expand Down
2 changes: 1 addition & 1 deletion packages/trending_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
flutter: 3.7.0
flutter: 3.24.2

dependencies:
equatable: ^2.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/trending_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
flutter: 3.7.0
flutter: 3.24.2

dependencies:
trending_api:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 1.0.0+1

environment:
sdk: ">=2.19.0 <3.0.0"
flutter: 3.7.0
flutter: 3.24.2

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down

0 comments on commit 1f6a6da

Please sign in to comment.