Manual install

Updated

Links to the manual downloads for this product and explanations on how to install them.

To manually install Chat SDK use either:

  • Yaml package manager:

    Add the following line to the /pubspec.yaml file under dependencies:

    dependencies:
    ...
        # Fill in a specific SDK version number for x.y.z
        # For example, 1.0.9
        agora_chat_sdk: ^x.y.z
    ...

    To get the latest Web Chat SDK version number, visit pub.dev.

  • Pub dev

    Run the following command in the project folder:

    flutter pub add agora_chat_sdk