Skip to content

deps: Upgrade Flutter SDK and video_player_android #968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1244,10 +1244,10 @@ packages:
dependency: transitive
description:
name: video_player_android
sha256: "38d8fe136c427abdce68b5e8c3c08ea29d7a794b453c7a51b12ecfad4aad9437"
sha256: "45d21bbba3d10b7182aa08ade5d4c68ed3367016d40f29732bb04a799b26842d"
url: "https://pub.dev"
source: hosted
version: "2.7.3"
version: "2.7.5"
video_player_avfoundation:
dependency: transitive
description:
Expand Down Expand Up @@ -1276,10 +1276,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
url: "https://pub.dev"
source: hosted
version: "14.2.5"
version: "14.3.0"
wakelock_plus:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1392,5 +1392,5 @@ packages:
source: path
version: "0.0.1"
sdks:
dart: ">=3.6.0-263.0.dev <4.0.0"
flutter: ">=3.26.0-1.0.pre.155"
dart: ">=3.6.0-279.0.dev <4.0.0"
flutter: ">=3.26.0-1.0.pre.249"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ environment:
# We use a recent version of Flutter from its main channel, and
# the corresponding recent version of the Dart SDK.
# Feel free to update these regularly; see README.md for instructions.
sdk: '>=3.6.0-263.0.dev <4.0.0'
flutter: '>=3.26.0-1.0.pre.155'
sdk: '>=3.6.0-279.0.dev <4.0.0'
flutter: '>=3.26.0-1.0.pre.249'

# To update dependencies, see instructions in README.md.
dependencies:
Expand Down