Skip to content

Commit

Permalink
Updated dart constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed May 15, 2019
1 parent fb9f12e commit 99dbbee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1+1
* Updated dart constraint to `>=2.2.0 <3.0.0`*.
* **FIXED** Parsing Exceptions.

## 1.1.1
* Fix for issue
[#12](https://github.com/sarbagyastha/youtube_player_flutter/issues/12).
Expand Down
4 changes: 2 additions & 2 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.1.1-green.svg)](https://pub.dartlang.org/packages/youtube_player_flutter)
[![pub package](https://img.shields.io/badge/pub-v1.1.1+1-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)
Expand Down Expand Up @@ -43,7 +43,7 @@ Add this to you package's `pubspec.yaml` file:

```yaml
dependencies:
youtube_player_flutter: ^1.1.1
youtube_player_flutter: ^1.1.1+1
```
#### 2\. Install
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.1.1
version: 1.1.1+1
author: Sarbagya Dhaubanjar <sarbagyastha@gmail.com>
homepage: https://github.com/sarbagyastha/youtube_player_flutter

Expand Down

0 comments on commit 99dbbee

Please sign in to comment.