PeerReal is a simple BeReal-like prototype developed as a seminar project.
The app allows users to take two pictures with their webcam (moment + selfie) and display them in a shared feed that is synchronized via Ditto P2P.
- Flutter
- Dart
- camera Package
- Ditto Live (P2P Sync)
-
Clone the Repo
git clone <REPO_URL> cd peer_real
-
Get Flutter packages
flutter pub get
-
Adjust the .env file
DITTO_APP_ID=app_id DITTO_PLAYGROUND_TOKEN=playground_token DITTO_AUTH_URL=https://auth-server DITTO_WEBSOCKET_URL=wss://ditto-websocket
-
Execute
flutter run
- Leandro Lika ([email protected])
- Lucca Alt ([email protected])
- Nillan Sivarasa ([email protected])