Skip to content

Commit

Permalink
Merge pull request #198 from bitmovin/release/0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
hawk23 authored Nov 26, 2024
2 parents e7164f9 + 0965395 commit 8a07108
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
## [0.13.0] - 2024-11-26
- Introduce platform support for web.
- Supported API calls: `loadSource(source)`, `play`, `pause`, `mute`, `unmute`, `seek(time)`, `timeShift(timeShift)`, `getCurrentTime`, `getTimeShift`, `getDuration`, `getMaxTimeShift`, `isLive`, `isPlaying`, `isAirplayActive`, `isAirplayAvailable`, `castVideo`, `castStop`, `isCastAvailable`, `isCasting`, `showAirPlayTargetPicker`, `destroy`
- Supported events: `play`,`playing`,`paused`,`timeChanged`,`seek`,`seeked`,`timeShift`,`timeShifted`,`playbackFinished`,`error`,`muted`,`unmuted`,`warning`,`ready`,`sourceLoaded`,`sourceUnloaded`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is an open-source project created to enable customers to integrate the Bitmovin mobile Player SDKs into Flutter projects. It has been created to provide customers with a starting point, which can be built upon through active collaboration and contributions. We look forward to seeing this library expand and grow.

[![Build](https://github.com/bitmovin/bitmovin-player-flutter/actions/workflows/build-workspace.yml/badge.svg)](https://github.com/bitmovin/bitmovin-player-flutter/actions/workflows/build-workspace.yml)
![Platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20Android-lightgrey.svg)
![Platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20Android%20%7C%20Web-brightgreen.svg)
[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![Bitmovin Community](https://img.shields.io/discourse/users?label=community&server=https%3A%2F%2Fcommunity.bitmovin.com)](https://community.bitmovin.com/?utm_source=github&utm_medium=bitmovin-player-flutter&utm_campaign=dev-community)

Expand All @@ -12,8 +12,9 @@ The **officially supported** platforms are:

- **iOS / iPadOS:** 14.0+
- **Android:** 5.0+ ([compatible](https://developer.bitmovin.com/playback/docs/supported-platforms-devices-player#support-levels) with Android 4.x)
- **Web**

Please note that TVs, browsers and other browser-like environments such as webOS and Tizen are not currently supported. For more details regarding Bitmovin Player SDK platform and device support, please refer to the [Supported Platforms & Devices](https://developer.bitmovin.com/playback/docs/supported-platforms-devices-player) page of our documentation.
For more details regarding Bitmovin Player SDK platform and device support, please refer to the [Supported Platforms & Devices](https://developer.bitmovin.com/playback/docs/supported-platforms-devices-player) page of our documentation.

## Feature Support
Please refer to the [Features](https://developer.bitmovin.com/playback/docs/overview-flutter#features) section of our documentation for an up-to-date list of supported Player features.
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- audio_session (0.0.1):
- Flutter
- bitmovin_player (0.12.0):
- bitmovin_player (0.13.0):
- BitmovinPlayer (= 3.78.0)
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.9.0):
Expand Down Expand Up @@ -46,7 +46,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207
bitmovin_player: 28e05fd457af06b0abb3fc6e338cbcd96695d214
bitmovin_player: 23076b298330525e94ea6166e3dafdce5b8a16fd
BitmovinAnalyticsCollector: d08e0b13bcc32973370e0d71f2faa739561bac0a
BitmovinPlayer: 7fc1bf0b32c540537c05664c7b60a559f1e47206
BitmovinPlayerCore: 37cc7a3299af139f19a0e2e88c1f476821242cb0
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.12.0"
version: "0.13.0"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bitmovin_player
description: Official Flutter bindings for Bitmovin's mobile Player SDKs.
version: 0.12.0
version: 0.13.0
homepage: https://bitmovin.com
repository: https://github.com/bitmovin/bitmovin-player-flutter
issue_tracker: https://github.com/bitmovin/bitmovin-player-flutter/issues
Expand Down

0 comments on commit 8a07108

Please sign in to comment.