Skip to content

Commit bbd7964

Browse files
committed
bump ogg_opus_player to 0.6.0
1 parent 6182715 commit bbd7964

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

packages/ogg_opus_player/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.0
2+
* add Android support
3+
14
## 0.5.1
25
* [Linux] libogg_opus_player.so add link to libogg
36

packages/ogg_opus_player/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
a ogg opus file player for flutter.
66

7-
| platform | | required os version |
8-
|-----------|-------|---------------------|
9-
| iOS || 10.0 |
10-
| macOS || 10.12 |
11-
| Windows || |
12-
| Linux || |
7+
| platform | | required os version |
8+
|----------|-------|---------------------|
9+
| iOS || 10.0 |
10+
| macOS || 10.12 |
11+
| Windows || |
12+
| Linux || |
13+
| Android || minSdk 21 |
1314

1415
## Getting Started
1516

@@ -45,7 +46,7 @@ sudo apt-get install libopus-dev
4546

4647
## iOS/macOS required
4748

48-
Record voice need update your app's Info.plist NSMicrophoneUsageDescription key with a string value
49+
Record voice need update your app's Info.plist NSMicrophoneUsageDescription key with a string value
4950
explaining to the user how the app uses this data.
5051

5152
For example:

packages/ogg_opus_player/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ packages:
127127
path: ".."
128128
relative: true
129129
source: path
130-
version: "0.5.1"
130+
version: "0.6.0"
131131
path:
132132
dependency: transitive
133133
description:

packages/ogg_opus_player/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ogg_opus_player
22
description: An ogg opus file player and recorder for flutter.
3-
version: 0.5.1
3+
version: 0.6.0
44
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/ogg_opus_player
55

66
environment:

0 commit comments

Comments
 (0)