verloop_flutter_sdk 0.1.1-rc.1 copy "verloop_flutter_sdk: ^0.1.1-rc.1" to clipboard
verloop_flutter_sdk: ^0.1.1-rc.1 copied to clipboard

Verloop SDK wrapper for Android and iOS.This would help the existing clients of verloop in adding chat functionalities to their flutter app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add verloop_flutter_sdk

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 dart pub get):

dependencies:
  verloop_flutter_sdk: ^0.1.1-rc.1

Alternatively, your editor might support dart pub get or 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';
3
likes
0
points
297
downloads

Publisher

verified publisherverloop.io

Weekly Downloads

Verloop SDK wrapper for Android and iOS.This would help the existing clients of verloop in adding chat functionalities to their flutter app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on verloop_flutter_sdk