Last updated:
0 purchases
flutter sample plugin
cometchat-calling-flutter-plugin #
================
Usage #
To use this library in your code:
add a dependency in your pubspec.yaml :
dependencies:
flutter_sample_plugin: ^0.0.1
copied to clipboard
add gradle dependencies in your build.gradle (project level) code:
allprojects {
repositories {
maven {
url "https://dl.cloudsmith.io/public/cometchat/cometchat-pro-android/maven/"
} // Add this
}
}
copied to clipboard
add gradle dependencies in your build.gradle (app level) code:
implementation 'com.cometchat:pro-android-calls-sdk:2.2.0' // Add this
copied to clipboard
Examples #
Examples found at https://pub.dev/packages/flutter_sample_plugin/example are available in a dart version at https://pub.dev/packages/flutter_sample_plugin/ in the example directory.
License #
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.