Skip to content

Commit

Permalink
fix: ⬆️ Upgrade version of audio wave forms 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsaltanna committed Dec 8, 2024
1 parent 6c5cc2a commit 66730c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.3.1]

* **Fix**: [282](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/282) Upgrade
version of audio wave forms 1.2.0

## [2.3.0]

* **Breaking**: [257](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/257) update
Expand Down
2 changes: 1 addition & 1 deletion lib/src/widgets/voice_message_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class _VoiceMessageViewState extends State<VoiceMessageView> {
if (playerState.isInitialised ||
playerState.isPaused ||
playerState.isStopped) {
controller.startPlayer(finishMode: FinishMode.pause);
controller.startPlayer();
} else {
controller.pausePlayer();
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
emoji_picker_flutter: ^3.0.0
any_link_preview: ^3.0.2
image_picker: '>=0.8.9 <2.0.0'
audio_waveforms: ^1.0.5
audio_waveforms: 1.2.0
# For formatting time locale in message receipts
timeago: ^3.7.0
cached_network_image: ^3.4.1
Expand Down

0 comments on commit 66730c3

Please sign in to comment.