Skip to content

Latest commit

 

History

History
100 lines (63 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

100 lines (63 loc) · 1.63 KB

0.5.5

migrate to Android X.

0.5.4

  • Remove default result call on permission call back for Android

0.5.3

  • Fix Android sample rate issue
  • Fix Stop API
  • Fix metering API for Android and iOS

0.5.2

  • Explicitly asking for WRITE_EXTERNAL_STORAGE permission as it's required in Android
  • Updated documentation for Android Permission Section
  • Add null check for temp file deletion

0.5.1

  • Fix Android duration API
  • Complete plugin public API doc

0.5.0

  • Support AndroidX
  • Update documentation

0.4.9

  • Fixed minor issues for Android

0.4.8

  • Fix version number in .podspec

0.4.7

  • Remove extra pkg from lib
  • Update example app

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.