https://github.com/moak13/friends_around_me
A simple application that let's you see close pals around you on a map.
https://github.com/moak13/friends_around_me
Last synced: 2 months ago
JSON representation
A simple application that let's you see close pals around you on a map.
- Host: GitHub
- URL: https://github.com/moak13/friends_around_me
- Owner: moak13
- Created: 2025-04-03T06:39:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T08:56:38.000Z (3 months ago)
- Last Synced: 2025-04-03T09:34:58.425Z (3 months ago)
- Language: Dart
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# friends_around_me
A simple application that let's you see close pals around you on a map.
## Golden Tests
Golden tests are already setup for this project. To run the tests and update the golden files, run:
```bash
flutter test --update-goldens
```The golden test screenshots will be stored under `test/golden/`.