cpass_flutter_sdk 1.0.0 copy "cpass_flutter_sdk: ^1.0.0" to clipboard
cpass_flutter_sdk: ^1.0.0 copied to clipboard

outdated

A starting point for Dart libraries or applications.

A library for Dart developers to connect their flutter app to Comunia.io Platform.

Created from templates made available by Stagehand under a BSD-style

license.

Usage #

Installing the package #

Run

pub get comunia-sdk

Connecting to Comunia platform #

You need to obtain a API key from comunia platform to start using this package. So first go to Comunia Website and register for account and create a new App where you can find your API Key.

To initialize the ComuniaClient you need below paramters.

And finally,

import  'package:cpass_flutter_sdk/cpass_flutter_sdk.dart';

ComuniaClient client1 =  ComuniaClient(URL, API_KEY,  USER_ID);

Sending a message to another user. #

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Homepage

License

unknown (LICENSE)

Dependencies

socket_io_client, uuid

More

Packages that depend on cpass_flutter_sdk