0 purchases
chat bubble tc
chat_bubble_tc #
Flutter chat bubble contains the widgets useful for the chat system. It contains the chat buble along with the time stamp denoting the usage sent time for it.
Getting Started #
Add this to your pubspec.yaml file:
dependencies:
chat_bubble_tc:
copied to clipboard
Usage #
Then just import the package
import 'package:chat_bubble_tc/chat_bubble_tc.dart'
copied to clipboard
Example #
ChatBubble(
message: "Receive example",
timeStamp: DateTime.now(),
isSendBubble: false,
)
copied to clipboard
Isssue #
Please feel free to reach us in case of any issues
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.