Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 597 Bytes

File metadata and controls

16 lines (10 loc) · 597 Bytes

gabber_v1_flutter

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.

Getting Started

  1. Copy your GABBER_API_KEY into lib/mock_server.dart
  2. flutter run

Platform Specific Instructions

This SDK sits on top of LiveKit sdks. Platform specific instructions can be referenced here: https://github.com/livekit/client-sdk-flutter