flutter_lc_im 1.1.4 flutter_lc_im: ^1.1.4 copied to clipboard
This is an im plugin that encapsulates leancloud sdk and provides a custom interface for app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_lc_im
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_lc_im: ^1.1.4
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:flutter_lc_im/flutter_lc_im.dart';