verloop_flutter_sdk 0.0.2
verloop_flutter_sdk: ^0.0.2 copied to clipboard
Verloop SDK wrapper for Android and iOS. This would help the existing clients of verloop in adding chat functionalitites to their existing flutter app. This widget doesn't have UI of its own but can b [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add verloop_flutter_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
verloop_flutter_sdk: ^0.0.2
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:verloop_flutter_sdk/verloop_flutter_sdk.dart';