deadsimplechat_sdk_flutter 1.0.3
deadsimplechat_sdk_flutter: ^1.0.3 copied to clipboard
Dead Simple Chat Flutter Widget allows to you add Highly scaleable chat in minutes to your flutter application.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add deadsimplechat_sdk_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
deadsimplechat_sdk_flutter: ^1.0.3
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:deadsimplechat_sdk_flutter/deadsimplechat_sdk_flutter.dart';