Skip to content

Commit 8c20597

Browse files
author
Ahmadre
committed
Stage beta
1 parent 518d1bd commit 8c20597

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.3+1
2+
3+
* Format using `dartfmt -w .` for pub.dev
4+
15
## 0.10.3
26

37
* Bugfix: only `setState` if widget is mounted (cupertino + material)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# chewie
2-
[![Version](https://img.shields.io/badge/pub-v0.10.3-blue)](https://pub.dev/packages/chewie)
2+
[![Version](https://img.shields.io/badge/pub-v0.10.3+1-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.

example/.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"auto_orientation","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/auto_orientation-1.0.6/","dependencies":[]},{"name":"video_player","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5/","dependencies":[]},{"name":"wakelock","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2/","dependencies":[]}],"android":[{"name":"auto_orientation","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/auto_orientation-1.0.6/","dependencies":[]},{"name":"video_player","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5/","dependencies":[]},{"name":"wakelock","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"video_player_web","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+1/","dependencies":[]}]},"dependencyGraph":[{"name":"auto_orientation","dependencies":[]},{"name":"video_player","dependencies":["video_player_web"]},{"name":"video_player_web","dependencies":[]},{"name":"wakelock","dependencies":[]}],"date_created":"2020-11-08 23:22:56.609122","version":"1.23.0-18.1.pre"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"auto_orientation","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/auto_orientation-1.0.6/","dependencies":[]},{"name":"video_player","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5/","dependencies":[]},{"name":"wakelock","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2/","dependencies":[]}],"android":[{"name":"auto_orientation","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/auto_orientation-1.0.6/","dependencies":[]},{"name":"video_player","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.12+5/","dependencies":[]},{"name":"wakelock","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/wakelock-0.1.4+2/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"video_player_web","path":"/Users/rebar/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.4+1/","dependencies":[]}]},"dependencyGraph":[{"name":"auto_orientation","dependencies":[]},{"name":"video_player","dependencies":["video_player_web"]},{"name":"video_player_web","dependencies":[]},{"name":"wakelock","dependencies":[]}],"date_created":"2020-11-08 23:28:07.061394","version":"1.23.0-18.1.pre"}

pubspec.yaml

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

66
environment:

0 commit comments

Comments
 (0)