Skip to main content

Import CallLib SDK

The Flutter Call Wrapper Plugin is essentially a wrapper for CallLib.

  1. Run the following command in your project directory:

    $ flutter pub add rongcloud_call_wrapper_plugin

    This will add the following dependency to your pubspec.yaml file:

    dependencies:
    rongcloud_call_wrapper_plugin: ^5.4.5
  2. Import CallLib in your code:

    import 'package:rongcloud_call_wrapper_plugin/rongcloud_call_wrapper_plugin.dart';