File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.0
2
+ * add Android support
3
+
1
4
## 0.5.1
2
5
* [ Linux] libogg_opus_player.so add link to libogg
3
6
Original file line number Diff line number Diff line change 4
4
5
5
a ogg opus file player for flutter.
6
6
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 |
13
14
14
15
## Getting Started
15
16
@@ -45,7 +46,7 @@ sudo apt-get install libopus-dev
45
46
46
47
# # iOS/macOS required
47
48
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
49
50
explaining to the user how the app uses this data.
50
51
51
52
For example :
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ packages:
127
127
path: ".."
128
128
relative: true
129
129
source: path
130
- version: "0.5.1 "
130
+ version: "0.6.0 "
131
131
path:
132
132
dependency: transitive
133
133
description:
Original file line number Diff line number Diff line change 1
1
name : ogg_opus_player
2
2
description : An ogg opus file player and recorder for flutter.
3
- version : 0.5.1
3
+ version : 0.6.0
4
4
homepage : https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/ogg_opus_player
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments