Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

37 lines (27 loc) · 1.08 KB

2.2.0

  • upgrade of permission_handler: ^10.0.0
  • Upgraded to Dart 2.17 and Flutter 3.0

2.1.0

2.0.3

2.0.2

  • PR#364
  • upgrade to permission_handler: ^8.1.0

2.0.0

  • Null safety migration

1.3.0

  • Fixed an issue where using another media player/recorder would cause the plugin to go into an error state on iOS (see cph-cachet#86)

1.2.0

  • Fixed an issue where the AVAudioRecorder would crash on iOS (see cph-cachet#91)

1.1.6

  • Upgrade to permission_handler v. 5.

1.1.5

  • Added a getter for the sample rate field.

1.1.0

  • Able to stream audio data on Android as well
  • The plugin will now record as soon as the permission dialog ends.

1.0.0

  • Able to stream audio data on iOS.