This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[video_player] Use platform interface #2276
Merged
harryterkelsen
merged 9 commits into
flutter:master
from
cbenhagen:video-player-platform-interface-part2
Nov 28, 2019
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
677bf29
[video_player] Use platform interface
cbenhagen 1343e5c
Move tests (leftover from part1)
cbenhagen 752ac35
Merge branch 'master' into video-player-platform-interface-part2
cbenhagen d538948
Merge master
cbenhagen 4479d7e
Export DurationRange and DataSourceType
cbenhagen 440c751
Export VideoFormat
cbenhagen 8916af0
ignore: unused_element
cbenhagen a2e13e6
Format
cbenhagen 8676d91
Update video_player_platform_interface dependency
cbenhagen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,8 +2,8 @@ name: video_player | |
| description: Flutter plugin for displaying inline video with other Flutter | ||
| widgets on Android and iOS. | ||
| author: Flutter Team <[email protected]> | ||
| version: 0.10.3+3 | ||
| homepage: https://github.com/flutter/plugins/tree/master/packages/video_player | ||
| version: 0.10.4 | ||
| homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player | ||
|
|
||
| flutter: | ||
| plugin: | ||
|
|
@@ -13,6 +13,8 @@ flutter: | |
|
|
||
| dependencies: | ||
| meta: "^1.0.5" | ||
| video_player_platform_interface: ^1.0.1 | ||
|
|
||
| flutter: | ||
| sdk: flutter | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.