floaty_chatheads 1.4.0
floaty_chatheads: ^1.4.0 copied to clipboard
Floating chathead plugin for Android & iOS with draggable bubbles, expandable content panels, theming, snap-to-edge physics, and bidirectional app-overlay messaging.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add floaty_chatheadsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
floaty_chatheads: ^1.4.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:floaty_chatheads/floaty_chatheads.dart';