vengamo_chat_ui 1.0.0+2 copy "vengamo_chat_ui: ^1.0.0+2" to clipboard
vengamo_chat_ui: ^1.0.0+2 copied to clipboard

outdated

A Flutter package for displaying chat bubbles.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vengamo_chat_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vengamo_chat_ui: ^1.0.0+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vengamo_chat_ui/bubble_text.dart';
import 'package:vengamo_chat_ui/chat_bubble.dart';
import 'package:vengamo_chat_ui/dismissable_bubble.dart';
import 'package:vengamo_chat_ui/main.dart';
import 'package:vengamo_chat_ui/messageStatus.dart';
import 'package:vengamo_chat_ui/models/message.dart';
import 'package:vengamo_chat_ui/seenStatus.dart';
import 'package:vengamo_chat_ui/theme/app_color.dart';
21
likes
0
points
245
downloads

Publisher

verified publishervengamo.com

Weekly Downloads

A Flutter package for displaying chat bubbles.

License

unknown (license)

Dependencies

cupertino_icons, flutter, google_fonts

More

Packages that depend on vengamo_chat_ui