Unclaimed project
Are you a maintainer of flutter_chat_ui? Claim this project to take control of your public changelog and roadmap.
Changelog
Free and open-source chat SDK. Build fast, real-time apps and generative AI agents with a high-performance, customizable, cross-platform UI.
Update dependencies to latest, require min dart 3.8 and flutter 3.32. Migrate monorepo to pub workspaces.
This release introduces two-sided pagination. You can now load newer messages using the new onStartReached callback, while onEndReached continues to work for older messages. For pagination to work correctly, messages should be inserted instantly, without animation.
To allow this and offer more granular control, a new optional animated parameter has been added to all controller operations...