From ae73b763397a3127beabdaef162adcbdb433f782 Mon Sep 17 00:00:00 2001 From: sarbagya Date: Sun, 21 Apr 2019 17:49:30 +0545 Subject: [PATCH] Version 1.1.0 --- CHANGELOG.md | 2 +- README.md | 4 +- android/.idea/markdown-navigator.xml | 86 ++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 4 files changed, 90 insertions(+), 4 deletions(-) create mode 100644 android/.idea/markdown-navigator.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 670a08dc..f6ce31ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.2 +## 1.1.0 * Minor Improvements. * Built and tested on iOS device. * Migrated to AndroidX. diff --git a/README.md b/README.md index 78ca98ff..e7f71d47 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Youtube Player for Flutter -[![pub package](https://img.shields.io/badge/pub-v1.0.2-green.svg)](https://pub.dartlang.org/packages/youtube_player_flutter) [![Build Status](https://travis-ci.org/sarbagyastha/youtube_player_flutter.svg?branch=master)](https://travis-ci.org/sarbagyastha/youtube_player_flutter) [![licence](https://img.shields.io/badge/Licence-MIT-orange.svg)](https://github.com/sarbagyastha/youtube_player_flutter/blob/master/LICENSE) [![Download APK](https://img.shields.io/badge/Download-APK-informational.svg)](https://github.com/sarbagyastha/youtube_player_flutter/raw/master/youtube_player_example.apk) +[![pub package](https://img.shields.io/badge/pub-v1.1.0-green.svg)](https://pub.dartlang.org/packages/youtube_player_flutter) [![Build Status](https://travis-ci.org/sarbagyastha/youtube_player_flutter.svg?branch=master)](https://travis-ci.org/sarbagyastha/youtube_player_flutter) [![licence](https://img.shields.io/badge/Licence-MIT-orange.svg)](https://github.com/sarbagyastha/youtube_player_flutter/blob/master/LICENSE) [![Download APK](https://img.shields.io/badge/Download-APK-informational.svg)](https://github.com/sarbagyastha/youtube_player_flutter/raw/master/youtube_player_example.apk) Flutter plugin for playing or streaming YouTube videos inline using the official [**iFrame Player API**](https://developers.google.com/youtube/iframe_api_reference). Supports both **Android** and **iOS** platforms. @@ -37,7 +37,7 @@ Add this to you package's `pubspec.yaml` file: ```yaml dependencies: - youtube_player_flutter: ^1.0.2 + youtube_player_flutter: ^1.1.0 ``` #### 2\. Install diff --git a/android/.idea/markdown-navigator.xml b/android/.idea/markdown-navigator.xml new file mode 100644 index 00000000..6b82ce2a --- /dev/null +++ b/android/.idea/markdown-navigator.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e9d0ffd3..25f33ebd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 1.0.2 +version: 1.1.0 author: Sarbagya Dhaubanjar homepage: https://github.com/sarbagyastha/youtube_player_flutter