Skip to content

Releases: SimformSolutionsPvtLtd/audio_waveforms

1.1.0

11 Oct 09:55
6162d45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.1.0

v1.0.5

05 Mar 12:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

v1.0.4

14 Apr 07:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

v1.0.3

06 Mar 06:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

v1.0.2

20 Feb 11:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

v1.0.1

12 Jan 10:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

v1.0.0

20 Dec 10:24
8e276f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.5...1.0.0

v0.1.5+1

12 Sep 06:49
603b93f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.5...0.1.5+1

v0.1.5

09 Sep 12:56
7f8dd38
Compare
Choose a tag to compare

What's Changed

  • Bump compileSdkVersion/gradle/kotlin to match flutter 3.0 by @yohom in #70
  • 🐛 Fixed push back distance wouldn't reset when recording again by @Ujas-Majithiya in #75
  • Fixed an issue with preparePlayer reporting Please provide a valid file path when the path has file:// prefix on ios. by @yohom in #72
  • Fixed lint warnings and, Updated Info.plist permission descriptions. by @DhavalRKansara in #76
  • Update AudioPlayer.swift by @rlee1990 in #87
  • Added bitrate selection by @abhay-s-rawat in #84
  • 📝 Updated docs and fixed docs,variable name,function names typos by @Ujas-Majithiya in #92

New Contributors

Full Changelog: 0.1.3...0.1.5

v0.1.3

28 Jul 09:02
8086e0d
Compare
Choose a tag to compare
  • Fixed #41 & #49 - Upgrade Package with flutter 3.0.
  • Fixed #50 & #57 & #65 - android build error fixed
  • Fixed ios resume recording issue
  • A fixed player state not getting update when playing is finished by providing a PlayerState stream.
  • Added current duration stream for PlayerController.
  • Breaking: Replaced seekToStart parameter from startPlayer() with FinishMode enum for better controls when audio is finished
  • Breaking: Renamed disposeFunc() to simpler dispose() for both controllers
  • Internal native restructure.
  • Minor documentation update