elevensdk_flutter_plugin 0.1.4 copy "elevensdk_flutter_plugin: ^0.1.4" to clipboard
elevensdk_flutter_plugin: ^0.1.4 copied to clipboard

flutter plugin for the 11sight sdk

elevensdk_flutter_plugin #

Elevensight sdk flutter plugin

Getting Started #

The plugin serves as a wrapper for the iOS and Android SDKs, on top of which a Flutter API was created with functionality similar to those found in native APIs.

The plugin is available on pub.dev under the elevensdk_flutter_plugin name. Discover it there, follow the instructions, and you’ll be able to utilize the API to the fullest extent.

Installation #

Add dependency Add the dependency from command-line

$ flutter pub add elevensdk_flutter_plugin

The command above will add this to the pubspec.yaml file in your project (you can do this manually):

dependencies:
elevensdk_flutter_plugin: ^0.1.4

Install # Install the packages from the terminal:

dependencies:
$ flutter pub get

Please refer the "example" directory for a working example of this plugin.

Minimum API level 26 is required for android.

to start the call just add this line with buttonId

 _elevensdkFlutterPlugin.makeCall(buttonId);
0
likes
130
points
123
downloads

Publisher

unverified uploader

Weekly Downloads

flutter plugin for the 11sight sdk

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on elevensdk_flutter_plugin