15 lines
242 B
Markdown
15 lines
242 B
Markdown
|
|
# app
|
||
|
|
|
||
|
|
Flutter mobile app for Social Proximity.
|
||
|
|
|
||
|
|
See [Docs/APP.md](../Docs/APP.md) for full documentation.
|
||
|
|
|
||
|
|
## Quick start
|
||
|
|
|
||
|
|
```bash
|
||
|
|
flutter pub get
|
||
|
|
flutter run
|
||
|
|
```
|
||
|
|
|
||
|
|
Note: BLE scanning requires a physical device. Emulators do not support BLE.
|