Install Flutter SDK (Beta)

The Amity Social Cloud SDK for Flutter is available on PubDev

Installation

Add the SDK to your repository by adding amity_sdk depedency

With Flutter:

 $ flutter pub add amity_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get) :

dependencies:
  amity_sdk: ^0.1.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Last updated