Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update video_player_web to point to new video_player_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie committed Feb 13, 2021
1 parent aa22656 commit bade0fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/video_player/video_player_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-nullsafety.3

* Updated to video_player_platform_interface 4.0.

## 2.0.0-nullsafety.2

* Fixed an issue where `isBuffering` was not updating on Web.
Expand Down
6 changes: 2 additions & 4 deletions packages/video_player/video_player_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: video_player_web
description: Web platform implementation of video_player.
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player_web
version: 2.0.0-nullsafety.2
version: 2.0.0-nullsafety.3

flutter:
plugin:
Expand All @@ -16,13 +16,11 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0-nullsafety.3
video_player_platform_interface: ^3.0.0-nullsafety.3
video_player_platform_interface: ^4.0.0-nullsafety.0

dev_dependencies:
flutter_test:
sdk: flutter
video_player:
path: ../video_player
pedantic: ^1.10.0-nullsafety.1

environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

@TestOn('browser')

import 'dart:async';

import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:video_player/video_player.dart';
import 'package:video_player_platform_interface/video_player_platform_interface.dart';
import 'package:video_player_web/video_player_web.dart';

Expand Down

0 comments on commit bade0fa

Please sign in to comment.