iris_method_channel 2.0.0-dev.4 copy "iris_method_channel: ^2.0.0-dev.4" to clipboard
iris_method_channel: ^2.0.0-dev.4 copied to clipboard

iris_method_channel is a method channel that communicate between C/C++(iris) and dart, which is used by Agora Flutter SDKs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iris_method_channel

With Flutter:

 $ flutter pub add iris_method_channel

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

dependencies:
  iris_method_channel: ^2.0.0-dev.4

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:iris_method_channel/iris_method_channel.dart';
1
likes
0
pub points
83%
popularity

Publisher

verified publisheragora.io

iris_method_channel is a method channel that communicate between C/C++(iris) and dart, which is used by Agora Flutter SDKs.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, ffi, flutter, flutter_web_plugins, js

More

Packages that depend on iris_method_channel