Skip to content

Commit

Permalink
CI added.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed Apr 12, 2019
1 parent 3f504fe commit 3b8f158
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.1+1
* Added Travis CI.

## 1.0.1
* **FIXED** Error while building for iOS.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
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: 1.0.1
version: 1.0.1+1
author: Sarbagya Dhaubanjar <sarbagyastha@gmail.com>
homepage: https://github.com/sarbagyastha/youtube_player_flutter

Expand Down

0 comments on commit 3b8f158

Please sign in to comment.