chat_ui_kit 1.1.2 chat_ui_kit: ^1.1.2 copied to clipboard
A complete Flutter chat UI kit which provides you with a base structure as well as a set of tools that allow you to quickly build up a modern chat UI.
[1.1.2] - 07/01/2020 #
- Fixed a bug where the typing event would not be emitted after deleting a message
- Added a convenience method to get an item by id
- Added item not in list safety check
- Fixed a bug where adding/removing an item would sometimes build the wrong padding/date
- Added a few convenience methods to the data controllers
- Fixed a bug in the GroupAvatar where 4 members or more with a separator would result in overflowing the separator's height at the bottom of the widget
- Updated dependencies and example app
[1.1.1] - 29/12/2020 #
- Apply pub changes
[1.1.0] - 29/12/2020 #
- Added an example app
- Fixed a bug where item deletion caused an error
- Removed a forgotten print statement that polluted the console
- Improved inline documentation a little bit
[1.0.0] - 19/12/2020 #
- Initial release.