Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed Aug 11, 2019
1 parent 248e660 commit b93e287
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.0.0
## 4.0.0+1
**BREAKING CHANGES**
* `YoutubePLayerScaffold` has been removed.
* Improved Orientations
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ The plugin uses [webview_flutter](https://pub.dartlang.org/packages/webview_flut
Since *webview_flutter* relies on Flutter's new mechanism for embedding Android and iOS views, this plugin might share some known issues tagged with the [platform-views](https://github.com/flutter/flutter/labels/a%3A%20platform-views) and/or [webview](https://github.com/flutter/flutter/labels/p%3A%20webview) labels.


## Improvements in Version 3.x.x
* Faster fullscreen toggling.
* Toggles fullscreen on orientation change.
* Option to add own custom thumbnail.


## Setup

### iOS
Expand Down Expand Up @@ -113,14 +107,6 @@ print(videoId); // BBAyRBTfsOU
## Note
Know more about the configuration options [here](https://pub.dartlang.org/documentation/youtube_player_flutter/latest/youtube_player_flutter/youtube_player_flutter-library.html).

## Resolving Conflict with webview_flutter
Since this plugin already includes webview_flutter, there's no need to add `webview_flutter` separately as dependency.

Just remove it from dependencies in `pubspec.yaml` and use `WebView` widget by importing
```dart
import 'package:youtube_player_flutter/youtube_player_flutter.dart';
```

## Download
Download apk from above(in badges) and try the plugin.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: youtube_player_flutter
description: Flutter plugin for playing or streaming inline YouTube videos using the official iFrame player API. This plugin supports both Android and iOS.
version: 4.0.0
version: 4.0.0+1
author: Sarbagya Dhaubanjar <github@sarbagyastha.com.np>
homepage: https://github.com/sarbagyastha/youtube_player_flutter

Expand Down

0 comments on commit b93e287

Please sign in to comment.