Skip to content

Commit

Permalink
chore(deps): Bump share_plus from 7.2.2 to 8.0.3 in /flutter_news_exa…
Browse files Browse the repository at this point in the history
…mple/packages/share_launcher (#1179)
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent 5f1ab6f commit 21fdb1c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flutter_news_example/packages/share_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
equatable: ^2.0.3
flutter:
sdk: flutter
share_plus: ^7.0.2
share_plus: ^8.0.3
share_plus_platform_interface: ^3.1.2

dev_dependencies:
Expand Down
16 changes: 12 additions & 4 deletions flutter_news_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1299,10 +1299,10 @@ packages:
dependency: transitive
description:
name: share_plus
sha256: "3ef39599b00059db0990ca2e30fca0a29d8b37aae924d60063f8e0184cf20900"
sha256: fb5319f3aab4c5dda5ebb92dca978179ba21f8c783ee4380910ef4c1c6824f51
url: "https://pub.dev"
source: hosted
version: "7.2.2"
version: "8.0.3"
share_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1801,6 +1801,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
web:
dependency: transitive
description:
name: web
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev"
source: hosted
version: "0.5.1"
web_socket_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -1882,5 +1890,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.3 <4.0.0"
flutter: ">=3.16.6"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
4 changes: 2 additions & 2 deletions flutter_news_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 0.0.1+1
publish_to: none

environment:
sdk: ">=3.2.3 <4.0.0"
flutter: ">=3.16.6"
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"

dependencies:
ads_consent_client:
Expand Down

0 comments on commit 21fdb1c

Please sign in to comment.