Skip to content

Commit

Permalink
Merge pull request #542 from alexmercerind/main
Browse files Browse the repository at this point in the history
build: bump package version(s)
  • Loading branch information
alexmercerind committed Oct 19, 2023
2 parents 893ad2e + a1e0504 commit 888efce
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 19 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@

```yaml
dependencies:
media_kit: ^1.1.9 # Primary package.
media_kit_video: ^1.2.2 # For video rendering.
media_kit: ^1.1.10 # Primary package.
media_kit_video: ^1.2.3 # For video rendering.
media_kit_libs_video: ^1.0.4 # Native video dependencies.
```

#### For apps that need audio playback:

```yaml
dependencies:
media_kit: ^1.1.9 # Primary package.
media_kit: ^1.1.10 # Primary package.
media_kit_libs_audio: ^1.0.4 # Native audio dependencies.
```

Expand All @@ -70,11 +70,11 @@ dependencies:

| Platform | Video | Audio | Notes | Demo |
| -------- | ----- | ----- | ----- | ---- |
| Android ||| Android 5.0 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_android-arm64-v8a.apk) |
| iOS ||| iOS 9 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_ios_arm64.7z) |
| macOS ||| macOS 10.9 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_macos_universal.7z) |
| Windows ||| Windows 7 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_win32_x64.7z) |
| GNU/Linux ||| Any modern GNU/Linux distribution. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_linux_x64.7z) |
| Android ||| Android 5.0 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_android-arm64-v8a.apk) |
| iOS ||| iOS 9 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_ios_arm64.7z) |
| macOS ||| macOS 10.9 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_macos_universal.7z) |
| Windows ||| Windows 7 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_win32_x64.7z) |
| GNU/Linux ||| Any modern GNU/Linux distribution. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_linux_x64.7z) |
| Web ||| Any modern web browser. | [Visit](https://media-kit.github.io/media-kit/) |

<table>
Expand Down
4 changes: 4 additions & 0 deletions media_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.10

- feat: prevent multiple calls to `MediaKit.ensureInitialized`

## 1.1.9

- fix: `NativePlayer._command`
Expand Down
16 changes: 8 additions & 8 deletions media_kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@

```yaml
dependencies:
media_kit: ^1.1.9 # Primary package.
media_kit_video: ^1.2.2 # For video rendering.
media_kit: ^1.1.10 # Primary package.
media_kit_video: ^1.2.3 # For video rendering.
media_kit_libs_video: ^1.0.4 # Native video dependencies.
```

#### For apps that need audio playback:

```yaml
dependencies:
media_kit: ^1.1.9 # Primary package.
media_kit: ^1.1.10 # Primary package.
media_kit_libs_audio: ^1.0.4 # Native audio dependencies.
```

Expand All @@ -62,11 +62,11 @@ dependencies:

| Platform | Video | Audio | Notes | Demo |
| -------- | ----- | ----- | ----- | ---- |
| Android ||| Android 5.0 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_android-arm64-v8a.apk) |
| iOS ||| iOS 9 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_ios_arm64.7z) |
| macOS ||| macOS 10.9 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_macos_universal.7z) |
| Windows ||| Windows 7 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_win32_x64.7z) |
| GNU/Linux ||| Any modern GNU/Linux distribution. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.9/media_kit_test_linux_x64.7z) |
| Android ||| Android 5.0 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_android-arm64-v8a.apk) |
| iOS ||| iOS 9 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_ios_arm64.7z) |
| macOS ||| macOS 10.9 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_macos_universal.7z) |
| Windows ||| Windows 7 or above. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_win32_x64.7z) |
| GNU/Linux ||| Any modern GNU/Linux distribution. | [Download](https://github.com/media-kit/media-kit/releases/download/media_kit-v1.1.10/media_kit_test_linux_x64.7z) |
| Web ||| Any modern web browser. | [Visit](https://media-kit.github.io/media-kit/) |


Expand Down
2 changes: 1 addition & 1 deletion media_kit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: media_kit
description: A cross-platform video player & audio player for Flutter & Dart. Performant, stable, feature-proof & modular.
homepage: https://github.com/media-kit/media-kit
repository: https://github.com/media-kit/media-kit
version: 1.1.9
version: 1.1.10

screenshots:
- description: "package:media_kit running on Android (visible controls)"
Expand Down
4 changes: 4 additions & 0 deletions media_kit_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.3

- feat: `VideoState.update` & `VideoViewParameters`

## 1.2.2

- fix: override `setState` & check `mounted` in `MaterialVideoControls` & `MaterialDesktopVideoControls`
Expand Down
4 changes: 2 additions & 2 deletions media_kit_video/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: media_kit_video
description: Native implementation for video playback in package:media_kit.
homepage: https://github.com/media-kit/media-kit
repository: https://github.com/media-kit/media-kit
version: 1.2.2
version: 1.2.3
topics:
- video
- video-player
Expand All @@ -18,7 +18,7 @@ dependencies:
flutter:
sdk: flutter

media_kit: ^1.1.9
media_kit: ^1.1.10

synchronized: ^3.1.0
wakelock_plus: ^1.1.1
Expand Down

0 comments on commit 888efce

Please sign in to comment.