79469368

Date: 2025-02-26 10:35:50
Score: 3
Natty:
Report link

I have also created a chat system using firebase and i was ran into the same problem you are in but i managed to solve that somehow i am sharing the code below please try that it should work:

      _scrollToEnd() {
if (scrollController.positions.isNotEmpty) {
  scrollController.animateTo(scrollController.position.maxScrollExtent,
      curve: Curves.easeOut, duration: Duration(milliseconds: 300));}}

Hope this helps please let me know if this does not help..

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (1): I have also created a chat system using firebase and i was ran into the same problem you are in but i managed to solve that somehow i am sharing the code below please
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 286_Zeel godhani