Skip to content

Commit

Permalink
Update README-zh_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikli2009 authored Oct 28, 2019
1 parent 35018cf commit 2471fb2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Flutter 录音插件 支持录音/暂停/继续/停止, 可以在录音的同时
## 安装方式
加入 `flutter_audio_recorder` 到你的 `pubspec.yaml`

#### 代码示例项目:
- [Flutter Application ( using AndroidX )](https://github.com/nikli2009/flutter_audio_recorder_demo/tree/android-x)
- [Flutter Application ( without AndroidX )](https://github.com/nikli2009/flutter_audio_recorder_demo/tree/non-android-x)

## 权限配置
## iOS 权限
1. 修改plist, 加入下面这一条
Expand All @@ -39,8 +43,9 @@ Flutter 录音插件 支持录音/暂停/继续/停止, 可以在录音的同时

## 其他配置
#### iOS Deployment Target is 8.0
#### 开启AndroidX的项目: 请使用最新版本 (`0.5.x`)
#### 未使用AndroidX的项目: 可以使用旧版本 (`0.4.9`)
#### Android
- 开启AndroidX的项目: 请使用最新版本 (`0.5.x`)
- 未使用AndroidX的项目: 可以使用旧版本 (`0.4.9`)

### 注意: iOS Deployment Target 是 8.0

Expand Down

0 comments on commit 2471fb2

Please sign in to comment.