File tree 3 files changed +7
-4
lines changed 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- ## [ UnReleased ]
1
+ ## [ 2.3.1 ]
2
2
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
4
7
5
8
## [ 2.3.0]
6
9
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class _VoiceMessageViewState extends State<VoiceMessageView> {
157
157
if (playerState.isInitialised ||
158
158
playerState.isPaused ||
159
159
playerState.isStopped) {
160
- controller.startPlayer (finishMode : FinishMode .pause );
160
+ controller.startPlayer ();
161
161
} else {
162
162
controller.pausePlayer ();
163
163
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
23
23
emoji_picker_flutter : ^3.0.0
24
24
any_link_preview : ^3.0.2
25
25
image_picker : ' >=0.8.9 <2.0.0'
26
- audio_waveforms : ^1.0.5
26
+ audio_waveforms : 1.2.0
27
27
# For formatting time locale in message receipts
28
28
timeago : ^3.7.0
29
29
cached_network_image : ^3.4.1
You can’t perform that action at this time.
0 commit comments