logo
On this page

Integrate the SDK


Prerequisites

Before integrating the ZegoEffects SDK, please ensure your development environment meets the following requirements:

  • Flutter 2.0 or above

Integrate the SDK

  1. Open the “pubspec.yaml” file, add the “zego_effects_plugin” dependency:

    pubspec.yaml
    zego_effects_plugin: ^2.2.1
  2. Run the following command in the root directory to import the SDK.

    Terminal
     flutter pub get

Import resources and models

Please follow the instructions in Import resources and models to import the AI models and resources in the SDK.

Previous

Run Sample Codes

Next

Import Resources and Models