ditto_live 4.6.0-alpha.2
ditto_live: ^4.6.0-alpha.2 copied to clipboard
The Ditto Flutter SDK
Ditto Flutter SDK #
IMPORTANT: This is the first alpha release of the Ditto SDK for Flutter. If you encounter any challenges or want to submit a feature request, contact us at support@ditto.live.
Getting Started #
Only Android and iOS are supported
First, add the package:
flutter pub add ditto_live
If building for iOS, you also need to edit ios/Podfile
and add the following:
platform :ios, '14.0'
Usage #
The example app can be found at https://github.com/getditto/flutter_example