aircloud_engine 0.0.2
aircloud_engine: ^0.0.2 copied to clipboard
The core engine for the AirCloud communication platform. This package provides real-time audio and video functionalities for Flutter applications
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aircloud_engine
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
aircloud_engine: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:aircloud_engine/aircloud_engine.dart';