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

A Flutter SDK that allows developers to simplify Millicast services integration into their own Android and iOS apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add millicast_flutter_sdk

With Flutter:

 $ flutter pub add millicast_flutter_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  millicast_flutter_sdk: ^1.0.0

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:millicast_flutter_sdk/millicast_flutter_sdk.dart';
17
likes
0
pub points
61%
popularity

Publisher

verified publishermillicast.com

A Flutter SDK that allows developers to simplify Millicast services integration into their own Android and iOS apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

eventify, flutter, flutter_webrtc, http, jwt_decode, logger, sdp_transform, web_socket_channel

More

Packages that depend on millicast_flutter_sdk