Skip to content

Commit

Permalink
iOS build error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed Apr 12, 2019
1 parent dedade3 commit 860b940
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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
* **FIXED** Error while building for iOS.

## 1.0.0+2
* **FIXED** Video pausing on tapped, when controls were hidden.

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.0.0+2-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-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)

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.0+2
youtube_player_flutter: ^1.0.1
```
#### 2\. Install
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0+2"
version: "1.0.1"
ytview:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/youtube_player_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ A new Flutter plugin.
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
end

4 changes: 2 additions & 2 deletions 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.0+2
version: 1.0.1
author: Sarbagya Dhaubanjar <sarbagyastha@gmail.com>
homepage: https://github.com/sarbagyastha/youtube_player_flutter

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
ytview: ^0.0.6
ytview:

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 860b940

Please sign in to comment.