Get your Flutter app connected to social.plus in just a few steps. This guide covers everything from installation to your first authenticated session.

Requirements

  • Flutter 3.0.0 - 4.0.0
  • Dart 3.0.0+
  • iOS 9.0+ / Android 4.4 (API 19)+

Installation

Add the social.plus SDK to your pubspec.yaml:
dependencies:
  flutter:
    sdk: flutter
  amity_sdk: ^x.y.z  # Check latest version
Run the installation command:
flutter pub get
Find the latest version on pub.dev.

Next Steps

Troubleshooting