iris_method_channel 2.1.1 copy "iris_method_channel: ^2.1.1" to clipboard
iris_method_channel: ^2.1.1 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 Flutter:

 $ flutter pub add iris_method_channel

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

dependencies:
  iris_method_channel: ^2.1.1

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, ffi, flutter, flutter_web_plugins, js

More

Packages that depend on iris_method_channel