chatbox 0.0.3
chatbox: ^0.0.3 copied to clipboard
Helps creating chatboxes for mobile applications. Provides simple UI design for chat applications. Developers can focus more on the chat functionality rather than creating unique UI.
Provides simple UI design for chat applications. Developers can focus more on the chat functionality rather than creating unique UI.
Features #
Sending Message #

Recieving Message #

Getting started #
Requirement #
Dart >=2.17.0 < 3.0.0
and Flutter >=1.17.0
Usage #
This is how you can call the chatbox and use the UI.
const ChatBox(
message: "Text message here",
recieved: false,
messageColor: Colors.greenAccent,
textColor: Colors.black,//optional
);
Additional information #
You are allowed to raise an issue create a solution and raise a PR. If the issue and the solution are valid it will be merged.