roomkit_flutter_ui 0.0.5 copy "roomkit_flutter_ui: ^0.0.5" to clipboard
roomkit_flutter_ui: ^0.0.5 copied to clipboard

roomkit_flutter_ui is a flutter plugin wrapper based on RoomKit SDK (iOS & Android).

roomkit_flutter_ui #

ZEGO roomkit_flutter_ui Flutter SDK is a Flutter Plugin Wrapper based on RoomKit SDK (iOS & Android),Provides the services of Roomkit SDK.

Learn more about the solution: https://www.zego.im

1️⃣ Download and Install Flutter #

Flutter Get Started #

2️⃣ Configuration development environment #

  • Android Studio: Preferences -> Plugins, search for the Flutter plugin to download, configure the first step to download the Flutter SDK path in the plugin.

  • VS Code: Search for the Flutter extension in the app store and download

After configuring the flutter environment in any of the above development environments, execute the flutter doctor on the command line and complete the related undownloaded dependencies according to the prompts.

3️⃣ Apply for ZEGO AppID #

Log in to ZEGO Official Website to register an account, select a scenario according to your actual business needs, and obtain AppID and App Sign for initializing the SDK.

4️⃣ Import roomkit_flutter_ui #

Open the pubspec.yaml in the project and add the roomkit_flutter_ui dependency:

dependencies:
  flutter:
  sdk: flutter

  roomkit_flutter_ui: ^0.0.5

After saving the file, execute flutter pub get

5️⃣ API documentation #

RoomkitFlutterUi API Reference

0
likes
140
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

roomkit_flutter_ui is a flutter plugin wrapper based on RoomKit SDK (iOS & Android).

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on roomkit_flutter_ui

Packages that implement roomkit_flutter_ui