File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- ## [ UnReleased ]
1+ ## [ 2.3.1 ]
22
3- * ** Fix** : [ 276] ( https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/276 ) link preview custom error message
3+ * ** Fix** : [ 282] ( https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/282 ) Upgrade
4+ version of audio wave forms 1.2.0
5+ * ** Fix** : [ 276] ( https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/276 ) link preview
6+ custom error message
47
58## [ 2.3.0]
69
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class _VoiceMessageViewState extends State<VoiceMessageView> {
157157 if (playerState.isInitialised ||
158158 playerState.isPaused ||
159159 playerState.isStopped) {
160- controller.startPlayer (finishMode : FinishMode .pause );
160+ controller.startPlayer ();
161161 } else {
162162 controller.pausePlayer ();
163163 }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
2323 emoji_picker_flutter : ^3.0.0
2424 any_link_preview : ^3.0.2
2525 image_picker : ' >=0.8.9 <2.0.0'
26- audio_waveforms : ^1.0.5
26+ audio_waveforms : 1.2.0
2727 # For formatting time locale in message receipts
2828 timeago : ^3.7.0
2929 cached_network_image : ^3.4.1
You can’t perform that action at this time.
0 commit comments