Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5647dbd

Browse files
committed
Update version
1 parent 75cbe0d commit 5647dbd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/video_player/video_player/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
## 0.10.5+1
1+
## 0.10.5+2
22

33
* Make sure the plugin is correctly initialized
44

5+
## 0.10.5+1
6+
7+
* Fixes issue where `initialize()` `Future` stalls when failing to load source
8+
data and does not throw an error.
9+
510
## 0.10.5
611

712
* Support `web` by default.

packages/video_player/video_player/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: video_player
22
description: Flutter plugin for displaying inline video with other Flutter
33
widgets on Android and iOS.
4-
version: 0.10.5+1
4+
version: 0.10.5+2
55
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
66

77
flutter:

0 commit comments

Comments
 (0)