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

Commit ab6cd05

Browse files
updated changelog and version
1 parent 01771bf commit ab6cd05

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/video_player/video_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0-nullsafety.7
2+
3+
* Added isDurationIndefinite to support indefinite streams
4+
15
## 2.0.0-nullsafety.6
26

37
* Fix `VideoPlayerValue toString()` test.

packages/video_player/video_player/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for displaying inline video with other Flutter
44
# 0.10.y+z is compatible with 1.0.0, if you land a breaking change bump
55
# the version to 2.0.0.
66
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7-
version: 2.0.0-nullsafety.6
7+
version: 2.0.0-nullsafety.7
88
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
99

1010
flutter:

0 commit comments

Comments
 (0)