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

Commit 04715f8

Browse files
committed
Fix some PR comments
1 parent 4819f6b commit 04715f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/video_player/video_player_web/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.0.8
22

3-
* Ensure `buffering` state is only removed when the browser reports enough video
3+
* Ensures `buffering` state is only removed when the browser reports enough video
44
has been buffered for full playback (`onCanPlayThrough`).
55
Issue [#94630](https://github.com/flutter/flutter/issues/94630).
66

packages/video_player/video_player_web/example/integration_test/video_player_web_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ void main() {
131131
await eventStream.last;
132132
}, throwsA(isA<PlatformException>()));
133133
});
134+
134135
testWidgets('signals bufferingEnd onCanPlayThrough',
135136
(WidgetTester tester) async {
136137
final int videoPlayerId = await textureId;

0 commit comments

Comments
 (0)