SimformSolutionsPvtLtd/flutter_chatview

Pagination is not loading

Opened this issue · 0 comments

Describe the bug
When the ChatView has an initial message list that does not fill the screen, the pagination does not get triggered.

To Reproduce
Steps to reproduce the behaviour:

  1. Create a chat view with empty initialMessageList
  2. Enable pagination

I've created a quick app to demonstrate this bug: https://github.com/lhengl/chatview_errors

Expected behavior
The expected behaviour is for the pagination to trigger immediately when the initial list does not fill the screen.

Screenshots
I've created a quick app to demonstrate this bug: https://github.com/lhengl/chatview_errors

Desktop (please complete the following information):
N/A because it's a widget logic problem

Smartphone (please complete the following information):
N/A because it's a widget logic problem

Additional context
I've created a quick app to demonstrate this bug: https://github.com/lhengl/chatview_errors