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:
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
) :
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 updated