[video_player] Fix pubspec
diff --git a/packages/video_player/video_player/pubspec.yaml b/packages/video_player/video_player/pubspec.yaml
index 15465cf..ee9c9fe 100644
--- a/packages/video_player/video_player/pubspec.yaml
+++ b/packages/video_player/video_player/pubspec.yaml
@@ -7,9 +7,6 @@
 version: 2.0.0-nullsafety
 homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
 
-# Don't publish this package until null safety is stable or the package is in the allow list.
-publish_to: none
-
 flutter:
   plugin:
     platforms:
@@ -23,22 +20,14 @@
 
 dependencies:
   meta: ^1.3.0-nullsafety.3
-  video_player_platform_interface:
-    git:
-      url: https://github.com/flutter/plugins.git
-      ref: nnbd
-      path: packages/video_player/video_player_platform_interface
+  video_player_platform_interface: ^3.0.0-nullsafety.1
 
   # The design on https://flutter.dev/go/federated-plugins was to leave
   # this constraint as "any". We cannot do it right now as it fails pub publish
   # validation, so we set a ^ constraint.
   # 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:
-    git:
-      url: https://github.com/flutter/plugins.git
-      ref: nnbd
-      path: packages/video_player/video_player_web
+  video_player_web: ^2.0.0-nullsafety
 
   flutter:
     sdk: flutter