diff --git a/CHANGELOG.md b/CHANGELOG.md index f4350bb5..bf04792c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.1+1 +* Added Travis CI. + ## 1.0.1 * **FIXED** Error while building for iOS. diff --git a/README.md b/README.md index c949bc8e..386ff934 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.1-green.svg)](https://pub.dartlang.org/packages/flutter_rating_bar) [![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.0.1+1-green.svg)](https://pub.dartlang.org/packages/flutter_rating_bar) [![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.1 + youtube_player_flutter: ^1.0.1+1 ``` #### 2\. Install @@ -123,7 +123,7 @@ print(videoId); // BBAyRBTfsOU Know more about the configuration options [here](https://pub.dartlang.org/documentation/youtube_player_flutter/latest/youtube_player_flutter/youtube_player_flutter-library.html). ## Download -Download apk or ipk from above(in badges) and try the plugin. +Download apk from above(in badges) and try the plugin. ## Limitation Since the plugin is based on platform views. This plugin requires Android API level 20 or greater. diff --git a/pubspec.yaml b/pubspec.yaml index 0421887f..cd624748 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.1 +version: 1.0.1+1 author: Sarbagya Dhaubanjar homepage: https://github.com/sarbagyastha/youtube_player_flutter