Skip to content

Releases: voximplant/flutter_voximplant

v3.1.0

25 Mar 15:12
Compare
Choose a tag to compare
  • Update Android and iOS platform code to use Voximplant Android SDK 2.28.0 and Voximplant iOS SDK 2.45.0
  • Fix for #24
  • Introduce VILogListener

v3.0.0 - Null Safety

26 Mar 19:34
Compare
Choose a tag to compare
  • Migrate to null safety
  • Minimum Dart SDK version increased to 2.12.0
  • Minimum Flutter SDK version increased to 1.20.0

API changes:

Other changes:

v.2.6.1

25 Mar 11:03
Compare
Choose a tag to compare

v2.6.0

26 Feb 14:40
Compare
Choose a tag to compare
  • Update Android and iOS platform code to use Voximplant Android SDK 2.21.3
    and Voximplant iOS SDK 2.36.2
  • VIAudioFile._type private field changed to VIAudioFile.type public final field

v2.5.0

10 Dec 13:14
Compare
Choose a tag to compare
  • Update Android and iOS platform code to use Voximplant Android SDK 2.21.0
    and Voximplant iOS SDK 2.35.0
  • Fix VICall.onCallAudioStarted callback execution on iOS

v.2.4.3

05 Nov 14:30
Compare
Choose a tag to compare
  • Fix a bug leading to non-execution of VIAudioFile.stop() Future in some cases

v2.4.2

03 Nov 17:34
Compare
Choose a tag to compare
  • Fix a crash on stop non-looped VIAudioFile (iOS)

v2.4.1

21 Oct 10:42
Compare
Choose a tag to compare
  • Reformat code according to Dartfmt
  • Fix VIAudioDeviceManager.getAudioDevice always throws issue

v2.4.0

14 Oct 15:04
Compare
Choose a tag to compare
  • Update Android and iOS platform code to use Voximplant Android SDK 2.20.4
    and Voximplant iOS SDK 2.34.3
  • Introduce VIAudioFile API

v2.3.0

14 Jul 21:18
Compare
Choose a tag to compare
  • Update Android and iOS platform code to use Voximplant Android SDK 2.19.0
    and Voximplant iOS SDK 2.33.0
  • Introduce Messaging API
  • Fix for #14