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 yourpubspec.yaml
:
Find the latest version on pub.dev.
Next Steps
Authentication Guide
Learn about session management and secure authentication flows
Chat Features
Start building chat and messaging features
Social Features
Add posts, feeds, and social interactions
Video Streaming
Implement live video and streaming features
Troubleshooting
Installation Issues
Installation Issues
Package not found: Make sure you’ve added the correct package name to pubspec.yamlVersion conflicts: Use
flutter pub deps
to check for dependency conflictsBuild errors: Run flutter clean
and flutter pub get
to refresh dependenciesPlatform Issues
Platform Issues
iOS build fails: Ensure minimum iOS version is set to 9.0+Android build fails: Check that minimum SDK is set to 19+
Runtime Issues
Runtime Issues
SDK not initialized: Make sure you call
AmityCoreClient.setup()
before using any SDK featuresAuthentication failures: Verify your API key and region settingsSession state issues: Ensure you’re properly listening to session state changes