From 99dbbee47153e4c654b832c07ec262b0ee1bfe3c Mon Sep 17 00:00:00 2001 From: sarbagya Date: Wed, 15 May 2019 22:06:01 +0545 Subject: [PATCH] Updated dart constraint --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e55c4a..328000a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index 3f146a0b..3a791bca 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index c9a179de..32230b88 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.1.1 +version: 1.1.1+1 author: Sarbagya Dhaubanjar homepage: https://github.com/sarbagyastha/youtube_player_flutter