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] Implemented playback speed feature #1400
Closed
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7837ddb
Added setPlayBackSpeed method where provided speed at which video sho…
JONA-Cureambit 8578587
Added setSpeed method which pass the value to videoplayer plugin
JONA-Cureambit 30e30ab
Test cases for normal speed as well as for changed speed has been passed
JONA-Cureambit d65e7dc
CHANGEDLOG.md has been updated with appropriate message.
JONA-Cureambit 2aebbf9
Merge remote-tracking branch 'jonac/master' into speed
recastrodiaz f8d3491
- Implemented playback speed feature on iOS
recastrodiaz 87dc34d
Added setPlayBackSpeed method where provided speed at which video sho…
JONA-Cureambit 9138402
Added setSpeed method which pass the value to videoplayer plugin
JONA-Cureambit bca9603
Test cases for normal speed as well as for changed speed has been passed
JONA-Cureambit 8d16064
CHANGEDLOG.md has been updated with appropriate message.
JONA-Cureambit 51f04f3
rebased and merged from upstream
JONA-Cureambit b2d6080
Merge branch 'master' into speed
JONA-Cureambit 39d39cf
Merge pull request #1 from recastrodiaz/speed
JONA-Cureambit da322f5
Added setPlayBackSpeed method where provided speed at which video sho…
JONA-Cureambit aec50ac
Added setSpeed method which pass the value to videoplayer plugin
JONA-Cureambit 1ed0ead
Test cases for normal speed as well as for changed speed has been passed
JONA-Cureambit ea77b8d
- Implemented playback speed feature on iOS
recastrodiaz 432ad66
Merge commit 'b2d6080a7279a34c1a1ed0b3a549495200f85738' into video_pl…
JONA-Cureambit 8bd85d8
Merge branch 'video_player_speed'
JONA-Cureambit 968489d
Merge branch 'master' into master
JONA-Cureambit 5583c6b
- setPlayBackSpeed renamed to setSpeed.
JONA-Cureambit 52d537c
- setPlayBackSpeed renamed to setSpeed.
JONA-Cureambit 3209ac0
Renamed setPlaybackSpeed to setSpeed on iOS
recastrodiaz 1e7311d
CHANGELOG and pubspec file has been updated to 0.10.0+8 version
JONA-Cureambit 0ad74cc
Merge branch 'master' into master
JONA-Cureambit b6a3522
Merge pull request #2 from recastrodiaz/speed
JONA-Cureambit 86c1644
[video_player] add type params for invokeMethod calls.
axellebot e68b84c
Merge pull request #3 from axellebot/invokeMethod
JONA-Cureambit 9696c9d
Merge branch 'master' into master
JONA-Cureambit 7225730
Throw a FlutterError if the speed is unsupported in iOS.
recastrodiaz ebd97e9
- Improve documentation for supported speeds in video_player
recastrodiaz f48cccc
Format files
recastrodiaz 6882ce4
Merge pull request #4 from recastrodiaz/speed
JONA-Cureambit c9a68a1
Update CHANGELOG.md
JONA-Cureambit 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
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
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,7 +2,7 @@ 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.1+6 | ||
version: 0.10.1+7 | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player | ||
|
||
flutter: | ||
|
@@ -22,4 +22,4 @@ dev_dependencies: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=1.5.0 <2.0.0" | ||
flutter: ">=1.2.0 <2.0.0" |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't this be at least a major update? Bumping to
1.2.0
could introduce breaking changes, and it's new features should at least a minor. Should go towards0.11.0