Skip to content

Commit 467127b

Browse files
committed
fix flutter#2 pubspec.yaml
1 parent a9c73e2 commit 467127b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/video_player/video_player/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ dependencies:
2929
# the constraints on the interface pins it.
3030
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
3131
# https://github.com/flutter/flutter/issues/46264
32-
video_player_web: ^2.0.0
32+
video_player_web:
33+
git:
34+
url: https://github.com/PeterOmbodi/plugins.git
35+
path: packages/video_player/video_player_web
3336

3437
flutter:
3538
sdk: flutter

0 commit comments

Comments
 (0)