The Amity Social Cloud SDK for Flutter is available on PubDev
Add the SDK to your repository by adding amity_sdk depedency
amity_sdk
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) :
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 updated 2 years ago
Was this helpful?