Conversation
|
Thank you for contributing to our Flutter SDK. Before we accept any patches, we require every contributor to sign either the individual or the corporate CLA and email it to legal@talkjs.com Regarding your comment that we don't need the conversation predicate, I'm not entirely sure about it, the Flutter SDK tries to mimic the JS SDK as much as possible, and the fact that the conversation predicate isn't required by your application doesn't necessarily mean that it will never be required by any other application that uses this SDK. The fact that the |
Created the
MessageFieldparam related to thevisibleproperty in JS SDK. Currently in JS SDK we have two options:booleanvalue orIn flutter we really don't need the conversation predicate, since we already have the conversation itself to pass the
ChatBoxwhen building the chat.