chatbox 0.0.3 copy "chatbox: ^0.0.3" to clipboard
chatbox: ^0.0.3 copied to clipboard

outdated

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.

5
likes
0
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on chatbox