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

Commit a7e195b

Browse files
committed
updated android
1 parent 35e22a9 commit a7e195b

File tree

10 files changed

+1005
-526
lines changed

10 files changed

+1005
-526
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.0
2+
3+
* Update Pigeon to ^1.0.16.
4+
15
## 2.2.17
26

37
* Splits from `video_player` as a federated implementation.

packages/video_player/video_player_android/CONTRIBUTING.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
## Updating pigeon-generated files
22

33
If you update files in the pigeons/ directory, run the following
4-
command in this directory (ignore the errors you get about
5-
dependencies in the examples directory):
4+
command in this directory:
65

76
```bash
87
flutter pub upgrade
9-
flutter pub run pigeon --dart_null_safety --input pigeons/messages.dart
8+
flutter pub run pigeon --input pigeons/messages.dart
109
# git commit your changes so that your working environment is clean
1110
(cd ../../../; ./script/tool_runner.sh format --clang-format=clang-format-7)
1211
```
@@ -28,6 +27,5 @@ publish pigeon before you can land the updates to this package, since
2827
the CI tests run the analysis using latest published version of
2928
pigeon, not your version or the version on master.
3029

31-
In either case, the configuration will be obtained automatically from
32-
the `pigeons/messages.dart` file (see `configurePigeon` at the bottom
33-
of that file).
30+
In either case, the configuration will be obtained automatically from the
31+
`pigeons/messages.dart` file (see `ConfigurePigeon` at the top of that file).

0 commit comments

Comments
 (0)