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

Commit f6067c5

Browse files
committed
Update version
1 parent 75cbe0d commit f6067c5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/video_player/video_player/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
## 0.10.5+1
1+
## 0.10.5+3
22

33
* Make sure the plugin is correctly initialized
44

5+
## 0.10.5+2
6+
7+
* iOS: Update texture on `seekTo`.
8+
9+
## 0.10.5+1
10+
11+
* Fixes issue where `initialize()` `Future` stalls when failing to load source
12+
513
## 0.10.5
614

715
* 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+3
55
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
66

77
flutter:

0 commit comments

Comments
 (0)