File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.3.1]
2
+
3
+ * ** Fix** : [ 282] ( https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/282 ) Upgrade
4
+ version of audio wave forms 1.2.0
5
+
1
6
## [ 2.3.0]
2
7
3
8
* ** Breaking** : [ 257] ( https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/257 ) update
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