Manual install
Updated
Install the Signaling SDK for your platform, using a package manager or a downloaded package.
To manually install the Signaling SDK for Flutter:
-
Open a terminal and execute the following command to create a new Flutter project:
flutter create project_name -
Open the project in your IDE. Add the Signaling SDK dependency to
pubspec.yamlunderdependencies:dependencies: # Add the Signaling SDK dependency, use the latest version number agora_rtm: ^2.2.1
To integrate Signaling SDK version 2.2.1 or above and RTC SDK version 4.3.0 or above at the same time, refer to Handle integration issues.
-
To install the dependencies, open the terminal and execute the following command in the project path:
flutter pub get
