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

A Flutter package for displaying chat bubbles.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vengamo_chat_ui

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 dart pub get):

dependencies:
  vengamo_chat_ui: ^1.0.0+5

Alternatively, your editor might support dart pub get or 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';
15
likes
0
pub points
70%
popularity

Publisher

verified publishervengamo.com

A Flutter package for displaying chat bubbles.

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter, google_fonts

More

Packages that depend on vengamo_chat_ui