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

Commit

Permalink
Add cookie support for video_player network resources
Browse files Browse the repository at this point in the history
Squash of multiple changes:

* Add cookie support for video_player network resources
* Add List<String> cookies  to pigeon/messages, bump pigeon to 1.3
* Run pigeon
* Bump pub versions (minor), update changelogs
* Fix tests: Manually add test code back to platform_interface messages.dart
* Null check cookies before mapping in VideoPlayerController
* Add tests for http cookies
  • Loading branch information
jaysephjw committed Aug 31, 2020
1 parent 7c49361 commit 5b2fce7
Show file tree
Hide file tree
Showing 19 changed files with 478 additions and 487 deletions.
4 changes: 4 additions & 0 deletions packages/video_player/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.13

* Add cookie support for remote network sources.

## 0.10.12+2

* Fix `setMixWithOthers` test.
Expand Down
Loading

0 comments on commit 5b2fce7

Please sign in to comment.