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

Add constructor VideoPlayerController.file() #493

Merged
merged 4 commits into from
Apr 16, 2018

Conversation

sigurdm
Copy link
Contributor

@sigurdm sigurdm commented Apr 13, 2018

This fixes flutter/flutter#16444.

Copy link
Contributor

@szakarias szakarias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -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 <flutter-dev@googlegroups.com>
version: 0.4.1
version: 0.5.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.5.0 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
Done

@@ -133,7 +140,10 @@ class VideoPlayerValue {
class VideoPlayerController extends ValueNotifier<VideoPlayerValue> {
int _textureId;
final String dataSource;
final bool isNetwork;

/// Describes the type of data source this is constructed with.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this -> this VideoPlayerController

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@sigurdm sigurdm merged commit ace5001 into flutter:master Apr 16, 2018
Copy link
Contributor Author

@sigurdm sigurdm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review!

@@ -133,7 +140,10 @@ class VideoPlayerValue {
class VideoPlayerController extends ValueNotifier<VideoPlayerValue> {
int _textureId;
final String dataSource;
final bool isNetwork;

/// Describes the type of data source this is constructed with.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@@ -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 <flutter-dev@googlegroups.com>
version: 0.4.1
version: 0.5.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
Done

@sigurdm sigurdm deleted the add_video_player_file_constructor branch April 16, 2018 13:47
slightfoot pushed a commit to slightfoot/plugins that referenced this pull request Jun 5, 2018
Add constructor VideoPlayerController.file
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
3 participants