Skip to content

Commit 2200738

Browse files
[video_player] Bump app-facing version for NNBD stable (flutter#3624)
1 parent 29c3f1f commit 2200738

File tree

3 files changed

+17
-54
lines changed

3 files changed

+17
-54
lines changed

packages/video_player/video_player/CHANGELOG.md

Lines changed: 8 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,13 @@
1-
## 2.0.0-nullsafety.11
2-
3-
* Setting the `mixWithOthers` `VideoPlayerOptions` in web now is silently ignored instead of throwing an exception.
4-
5-
## 2.0.0-nullsafety.10
6-
7-
* Updated to video_player_platform_interface 4.0.
8-
9-
## 2.0.0-nullsafety.9
10-
11-
* Fixed an issue where a crash can occur after a closing a video player view on iOS.
12-
13-
## 2.0.0-nullsafety.8
14-
15-
* Migrated from deprecated `defaultBinaryMessenger`.
16-
17-
## 2.0.0-nullsafety.7
18-
19-
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
20-
21-
## 2.0.0-nullsafety.6
22-
23-
* Fix `VideoPlayerValue toString()` test.
24-
25-
## 2.0.0-nullsafety.5
1+
## 2.0.0
262

3+
* Migrate to null safety.
4+
* Fix an issue where `isBuffering` was not updating on Android.
275
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
28-
29-
## 2.0.0-nullsafety.4
30-
31-
* Fixed an issue where `isBuffering` was not updating on Android.
32-
33-
## 2.0.0-nullsafety.3
34-
35-
* Dart null safety requires `2.12`.
36-
37-
## 2.0.0-nullsafety.2
38-
39-
* Bump SDK version.
40-
41-
## 2.0.0-nullsafety.1
42-
43-
* Merge master.
44-
45-
## 2.0.0-nullsafety
46-
47-
* Migration to null safety.
6+
* Fix `VideoPlayerValue toString()` test.
7+
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
8+
* Migrate from deprecated `defaultBinaryMessenger`.
9+
* Fix an issue where a crash can occur after a closing a video player view on iOS.
10+
* Setting the `mixWithOthers` `VideoPlayerOptions` in web now is silently ignored instead of throwing an exception.
4811

4912
## 1.0.2
5013

packages/video_player/video_player/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dev_dependencies:
2222
integration_test:
2323
path: ../../../integration_test
2424
test: any
25-
pedantic: ^1.10.0-nullsafety.1
25+
pedantic: ^1.10.0
2626

2727
flutter:
2828
uses-material-design: true
@@ -32,5 +32,5 @@ flutter:
3232
- assets/bumble_bee_captions.srt
3333

3434
environment:
35-
sdk: ">=2.12.0-0 <3.0.0"
35+
sdk: ">=2.12.0-259.9.beta <3.0.0"
3636
flutter: ">=1.12.13+hotfix.5"
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: video_player
22
description: Flutter plugin for displaying inline video with other Flutter
33
widgets on Android, iOS, and web.
4-
version: 2.0.0-nullsafety.11
4+
version: 2.0.0
55
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
66

77
flutter:
@@ -16,26 +16,26 @@ flutter:
1616
default_package: video_player_web
1717

1818
dependencies:
19-
meta: ^1.3.0-nullsafety.3
20-
video_player_platform_interface: ^4.0.0-nullsafety.0
19+
meta: ^1.3.0
20+
video_player_platform_interface: ^4.0.0
2121

2222
# The design on https://flutter.dev/go/federated-plugins was to leave
2323
# this constraint as "any". We cannot do it right now as it fails pub publish
2424
# validation, so we set a ^ constraint. The exact value doesn't matter since
2525
# the constraints on the interface pins it.
2626
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
2727
# https://github.com/flutter/flutter/issues/46264
28-
video_player_web: ^2.0.0-nullsafety.1
28+
video_player_web: ^2.0.0
2929

3030
flutter:
3131
sdk: flutter
3232
flutter_test:
3333
sdk: flutter
3434

3535
dev_dependencies:
36-
pedantic: ^1.10.0-nullsafety.1
37-
pigeon: ^0.1.19
36+
pedantic: ^1.10.0
37+
pigeon: ^0.1.21
3838

3939
environment:
40-
sdk: ">=2.12.0-0 <3.0.0"
40+
sdk: ">=2.12.0-259.9.beta <3.0.0"
4141
flutter: ">=1.12.13+hotfix.5"

0 commit comments

Comments
 (0)