From 467127b86730e9907a0cdb025a7a29ece5425ad8 Mon Sep 17 00:00:00 2001 From: Peter Ombodi Date: Thu, 13 May 2021 14:20:02 +0300 Subject: [PATCH] fix #2 pubspec.yaml --- packages/video_player/video_player/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/video_player/video_player/pubspec.yaml b/packages/video_player/video_player/pubspec.yaml index cdcd586c7bf9..d2b91f79407c 100644 --- a/packages/video_player/video_player/pubspec.yaml +++ b/packages/video_player/video_player/pubspec.yaml @@ -29,7 +29,10 @@ dependencies: # the constraints on the interface pins it. # TODO(amirh): Revisit this (either update this part in the design or the pub tool). # https://github.com/flutter/flutter/issues/46264 - video_player_web: ^2.0.0 + video_player_web: + git: + url: https://github.com/PeterOmbodi/plugins.git + path: packages/video_player/video_player_web flutter: sdk: flutter