bond_chat_bot 0.0.1+23
bond_chat_bot: ^0.0.1+23 copied to clipboard
A flexible, customizable Flutter chat bot package for diverse message types.
0.0.1+23 #
- remove listKey.currentState?.insertAllItems(0, _state.visibleMessages.length) not message until user detect allowed messages.
0.0.1+21 #
- 'ChatBotController' will not call _update state on messages array change.
0.0.1+20 #
- default text align is right for 'ChatBotDefaultMessageView'.
- remove 'delayed_display' dependency, and 'ChatBotMessageHasDelay' mixin.
- AnimatedList experiment.
0.0.1+19 #
- introduce new mixin ChatBotMessageHasPadding to manage padding foreach message.
0.0.1+18 #
- remove 'PageStorageKey('chat_bot')'.
- read bubble chat bot fade duration from new mixin ChatBotMessageHasDelay.
0.0.1+17 #
- introduce new mixin ChatBotMessageHasDelay to manage delay foreach message.
0.0.1+16 #
- try to improve delayed animation.
0.0.1+15 #
- scroll to bottom when 'updateAllowedMessage' method called.
- 'updateAllowedMessage' method just update the allowed message keys not override them
0.0.1+14 #
- sort chat bot messages by index.
0.0.1+13 #
- refactor title and text in ChatBotMessage model for Fixing ChatBotDefaultMessageView
0.0.1+12 #
-
implement appendMessage method
-
remove chatViewPadding from ChatBotBubbleDecoration, instead pass padding directly to ChatBotView
-
update ChatBotMessageType code, return SizedBox.shrink when message.type == ChatBotMessageType.userInput()
-
provide default values activeTextInput & visibleTextInput from ChatBotState.
0.0.1+11 #
- provide default values activeTextInput & visibleTextInput from ChatBotState.
0.0.1+10 #
- fix ChatBotView itemCount read from state.visibleMessages.
0.0.1+9 #
- ChatBotMessageConvertible method
toChatBotMessagemethod that returns a ChatBotMessage not List
0.0.1+8 #
- remove unused generics G code from bond_chat
0.0.1+7 #
- refactor chat message model
- update all files name to start with chat_bot
0.0.1+6 #
- update bond_network dependency.
0.0.1+5 #
- chat_bubble refactor spacing when chat bubble does not have trailing widget
0.0.1+4 #
- chat_view now has padding from chat_bubble_decoration
0.0.1+3 #
- chat_bubble now has optional trailing widget
0.0.1+2 #
- provide default value for title on .
- update file name to default_chat_message_view.dart' insteaf of default_chat_message_bubble.dart;
0.0.1+1 #
- clean chat-bot code.
0.0.1 #
- initial release.