This project serves as an example project demonstrating how to use Flutter with Gabber V1 Apis.
lib/gabber.dart: is the Gabber SDK.
lib/main.dart: is the UI/App.
lib/mock_server.dart: acts as a Mock Server. In production, you would want this running on your server to keep your GABBER_API_KEY safe.
- Copy your GABBER_API_KEY into
lib/mock_server.dart flutter run
This SDK sits on top of LiveKit sdks. Platform specific instructions can be referenced here: https://github.com/livekit/client-sdk-flutter