LinXunFeng / flutter_chat_packages

A collection of useful packages about chat.
https://www.fullstackaction.com/
48 stars 4 forks source link

Performance! Help me. #3

Closed Danilz-2706 closed 1 month ago

Danilz-2706 commented 1 month ago

If I open the keyboard first, all performance goes well. However, if I open other panels first, there is a certain delay. (I use according to readme/example)

Video 1: Open the keyboard first.

https://github.com/user-attachments/assets/1a92ca7e-de2c-4bb0-bd23-29ae77f08c2d

Video 2: Other panels are opened.

https://github.com/user-attachments/assets/444bc91b-aee0-4327-a34e-675a716a7915

Danilz-2706 commented 1 month ago
Screenshot 2024-07-24 at 4 33 53 PM

When I have the keyboard size attached, it still doesn't work

LinXunFeng commented 1 month ago
Screenshot 2024-07-24 at 4 33 53 PM

When I have the keyboard size attached, it still doesn't work

Why PanelType.keyboard is used in otherPanelWidget callback?

Danilz-2706 commented 1 month ago

I have updated this code. Performance is greatly improved with height.

Screenshot 2024-07-25 at 11 49 29 PM
LinXunFeng commented 1 month ago

Please update to version 0.2.0.