flutter_audio_recorder 0.4.6 flutter_audio_recorder: ^0.4.6 copied to clipboard
Flutter Audio Record Plugin that supports Record Pause Resume Stop and provide access to audio level metering properties average power peak power.
0.4.6 #
- Add swift version compiler code
0.4.5 #
- Update documentation of usage
- Specify Swift version in podspec
0.4.4 #
- fix another issue of iOS hasPermission;
0.4.3 #
- fix iOS hasPermission result issue;
0.4.2 #
- fix the Android's audio file path, now you can get it from current method
0.4.1 #
- Change Android dependencies version
0.4.0 #
- Supports Android
0.3.0 #
- Support Sample Rate.
0.2.2 #
- Correct iOS deployment target to 8.0.
0.2.1 #
- Simplify usage example for initialize recorder.
0.2.0 #
- Fix issue of init method.
- Fix issue of wav format recording initialization.
- audioFormat of FlutterAudioRecorder now is optional when instantiating.
- Overwrite file extension when there is conflicts between extension and audioFormat.
- Update Example app.
- Update README.
0.1.3 #
- Fix README.md errors.
0.1.2 #
- Updated package description.
0.1.1 #
- Chinese documentation added.
0.1.0 #
- Documentation added.
0.0.1 #
- Initial release.