Skip to content

Commit 2036178

Browse files
rajveermalviyagnprice
authored andcommitted
deps: Pin video_player to 2.9.5
The latest version (2.10.0) makes significant changes internally and to the test API, which would require us to investigate and update our FakeVideoPlayerPlatform mock for tests. So, pin to the currently used version for now.
1 parent 6527846 commit 2036178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies:
6161
sqlite3_flutter_libs: ^0.5.13
6262
url_launcher: ^6.1.11
6363
url_launcher_android: ">=6.1.0"
64-
video_player: ^2.8.3
64+
video_player: 2.9.5 # TODO unpin and upgrade to latest version
6565
wakelock_plus: ^1.2.8
6666
zulip_plugin:
6767
path: ./packages/zulip_plugin

0 commit comments

Comments
 (0)