Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikli2009 authored Oct 28, 2019
1 parent 751c022 commit 87552d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ add `flutter_audio_recorder` to your `pubspec.yaml`
#### AndroidX: use latest version (0.5.x)
#### Legacy Android: use old version (0.4.9)

## Usage (standard api usage: hasPermission => init > start -> (pause - resume) * n -> stop ), call init again before start another recording
## Usage
Recommended API Usage: `hasPermission` => `init` > `start` -> (`pause` <-> `resume`) * n -> `stop`, call `init` again before `start` another recording

#### Always check permission first(it will request permission if permission has not been set to true/false yet, otherwise it will return the result of recording permission)
```
Expand Down

0 comments on commit 87552d5

Please sign in to comment.