Skip to content
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

Version update of Video Player to 2.8.1 #2113

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 @@ -1709,10 +1709,10 @@ packages:
dependency: "direct main"
description:
name: video_player
sha256: "74b86e63529cf5885130c639d74cd2f9232e7c8a66cbecbddd1dcb9dbd060d1e"
sha256: e16f0a83601a78d165dabc17e4dac50997604eb9e4cc76e10fa219046b70cef3
url: "https://pub.dev"
source: hosted
version: "2.7.2"
version: "2.8.1"
video_player_android:
dependency: transitive
description:
Expand All @@ -1725,10 +1725,10 @@ packages:
dependency: transitive
description:
name: video_player_avfoundation
sha256: bf1a1322bf68bccd349982ba1f5a41314a3880861fb9a93d25d6d0a2345845f0
sha256: bc923884640d6dc403050586eb40713cdb8d1d84e6886d8aca50ab04c59124c2
url: "https://pub.dev"
source: hosted
version: "2.4.11"
version: "2.5.2"
video_player_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1826,5 +1826,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.1.0-185.0.dev <3.13.0"
flutter: ">=3.10.0"
dart: ">=3.1.0 <3.13.0"
flutter: ">=3.13.0"
5 changes: 1 addition & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: Welcome to the Talawa Project for the Palisadoes Foundation

publish_to: "none" # Remove this line if you wish to publish to pub.dev


version: 1.0.0+1

homepage: https://github.com/PalisadoesFoundation/talawa
Expand Down Expand Up @@ -38,7 +37,6 @@ dependencies:
firebase_messaging: ^14.7.3
firebase_messaging_platform_interface: ^4.5.13


flutter:
sdk: flutter
flutter_braintree: ^3.0.0
Expand Down Expand Up @@ -81,10 +79,9 @@ dependencies:
tutorial_coach_mark: ^1.2.9
uni_links: ^0.5.1
vibration: ^1.8.3
video_player: ^2.7.2
video_player: ^2.8.1
visibility_detector: ^0.4.0+2


dev_dependencies:
build_runner: ^2.4.6
custom_lint: 0.5.6
Expand Down
Loading