File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010 voice_message_configuration.dart export in models.dart
1111* ** Fix** : [ 261] ( https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/261 )
1212 userReactionCallback not working
13+ * ** Fix** : [ 240] ( https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/240 )
14+ ScrollController Exception in ChatController.scrollToLastMessage
1315
1416## [ 2.2.0]
1517
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ class ChatController {
153153 () {
154154 if (! scrollController.hasClients) return ;
155155 scrollController.animateTo (
156- scrollController.position .minScrollExtent,
156+ scrollController.positions.last .minScrollExtent,
157157 curve: Curves .easeIn,
158158 duration: const Duration (milliseconds: 300 ),
159159 );
You can’t perform that action at this time.
0 commit comments