aliyun_rtc_plugin 0.0.2 copy "aliyun_rtc_plugin: ^0.0.2" to clipboard
aliyun_rtc_plugin: ^0.0.2 copied to clipboard

flutter dart plugin for AliRtc implements at Android and iOS Platform.

aliyun_rtc_plugin #

A new Flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Integrated #

get plugins from pub.dev #

aliyun_rtc_plugin: ^0.0.2

use plugin Rtc Player At Project #

       VideoPlayerPlatformView(
              controller: _controller,
              videoCall: false,
              stateChanged: (state) {
                if (state == VideoEventType.unknown ||
                    state == VideoEventType.disconnected) {
                  Navigator.of(buildContext).pop();
                  // SystemChannels.platform.invokeMethod('SystemNavigator.pop');
                }
              },
            );
          },
        )),
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

flutter dart plugin for AliRtc implements at Android and iOS Platform.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on aliyun_rtc_plugin