bottom_chat 0.2.0
bottom_chat: ^0.2.0 copied to clipboard
A Flutter package for managing the bottom container of the chat page
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bottom_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bottom_chat: ^0.2.0Alternatively, 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:bottom_chat/chat_bottom_container.dart';
import 'package:bottom_chat/constants.dart';
import 'package:bottom_chat/listener_manager.dart';
import 'package:bottom_chat/panel_container.dart';
import 'package:bottom_chat/plugin/pigeon.g.dart';
import 'package:bottom_chat/typedef.dart';