flutter_chat_core 0.0.4
flutter_chat_core: ^0.0.4 copied to clipboard
Core package for Flutter chat apps, complementing flutter_chat_ui. Contains models and core functionality. #chat #ui
0.0.4 #
- Added
isOnlyEmojiparameter toTextMessage. - Message builders now include the message index in their parameters.
- Reverted
withValuestowithOpacityto resolve a compatibility issue.
0.0.3 #
- Added
customMessageBuilderfor building custom messages - Added
overlayparameter toImageMessage - Themes:
- Added
ImageMessageTheme(replacingimagePlaceholderColor) - Updated
InputTheme(addingtextFieldColor) - Updated
ScrollToBottomTheme - Updated
TextMessageTheme
- Added
- Added
UploadProgressMixinfor handling upload progress tracking
0.0.2 #
- Bump version to support flutter_chat_ui v2 alpha release
0.0.1 #
- Initial release