Skip to content

v0.1.3

Choose a tag to compare

@DhavalRKansara DhavalRKansara released this 28 Jul 09:02
· 140 commits to main since this release
8086e0d
  • 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