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

Commit

Permalink
updated android
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Feb 3, 2022
1 parent 35e22a9 commit 697b1b8
Show file tree
Hide file tree
Showing 10 changed files with 1,039 additions and 675 deletions.
4 changes: 4 additions & 0 deletions packages/video_player/video_player_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0

* Update Pigeon to ^1.0.16.

## 2.2.17

* Splits from `video_player` as a federated implementation.
10 changes: 4 additions & 6 deletions packages/video_player/video_player_android/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## Updating pigeon-generated files

If you update files in the pigeons/ directory, run the following
command in this directory (ignore the errors you get about
dependencies in the examples directory):
command in this directory:

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

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

0 comments on commit 697b1b8

Please sign in to comment.