Skip to content

Commit 0cadf92

Browse files
author
Ahmadre
committed
fix: wakelock dependency
1 parent d1c883a commit 0cadf92

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.10.4
2+
3+
* Update Android example to latest support
4+
* Update Dart SDK
5+
* Update Flutter SDK
6+
* Update `wakelock` dependency
7+
8+
19
## 0.10.3+1
210

311
* Format using `dartfmt -w .` for pub.dev

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# chewie
2-
[![Version](https://img.shields.io/badge/pub-v0.10.3+1-blue)](https://pub.dev/packages/chewie)
2+
[![Version](https://img.shields.io/badge/pub-v0.10.4-blue)](https://pub.dev/packages/chewie)
33
[![Generic badge](https://img.shields.io/badge/platform-android%20|%20ios%20|%20web%20-blue.svg)](https://pub.dev/packages/chewie)
44

55
The video player for Flutter with a heart of gold.
66

7-
The [`video_player`](https://pub.dartlang.org/packages/video_player) plugin provides low-level access to video playback. Chewie uses the `video_player` under the hood and wraps it in a friendly Material or Cupertino UI!
7+
The [`video_player`](https://pub.dartlang.org/packages/video_player) plugin provides low-level access to video playback. Chewie uses the `video_player` under the hood and wraps it in a friendly Material or Cupertino UI!
88

99
## Demo
1010

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
);
231231
inputPaths = (
232232
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
233-
"${PODS_ROOT}/../../../../../flutter/bin/cache/artifacts/engine/ios/Flutter.framework",
233+
"${PODS_ROOT}/../Flutter/Flutter.framework",
234234
);
235235
name = "[CP] Embed Pods Frameworks";
236236
outputPaths = (

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: chewie
22
description: A video player for Flutter with Cupertino and Material play controls
3-
version: 0.10.3+1
3+
version: 0.10.4
44
homepage: https://github.com/brianegan/chewie
55

66
environment:
7-
sdk: ">=2.2.2 <3.0.0"
8-
flutter: ">=1.9.1 <2.0.0"
7+
sdk: ">=2.7.0 <3.0.0"
8+
flutter: ">=1.20.0 <2.0.0"
99

1010
dependencies:
1111
video_player: ">=0.10.12+5 <2.0.0"
12-
cupertino_icons: ^1.0.0
13-
wakelock: ">=0.1.2 <0.2.0"
12+
cupertino_icons: ">=1.0.0 <2.0.0"
13+
wakelock: ">=0.1.2 <1.0.0"
1414

1515
flutter:
1616
sdk: flutter

0 commit comments

Comments
 (0)