Links
Comment on page

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.22.0
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
The minimum deployment target is:
  • iOS: iOS 9.0
  • Android: Android 4.4 (API Level 19)
Last modified 16d ago