Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapboss/wherostr_social
https://github.com/mapboss/wherostr_social
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mapboss/wherostr_social
- Owner: mapboss
- License: bsd-3-clause
- Created: 2024-03-01T02:18:45.000Z (11 months ago)
- Default Branch: next
- Last Pushed: 2024-12-26T17:42:01.000Z (18 days ago)
- Last Synced: 2024-12-26T18:31:55.251Z (18 days ago)
- Language: Dart
- Homepage: https://mapboss.co.th/our-products/wherostr/
- Size: 9.65 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - Wherostr - A decentralized geo-social for iOS & Android. (Clients / Relay lists)
README
# Wherostr
### A Decentralized Social Networks for iOS and Android.
[](https://apps.apple.com/th/app/wherostr/id6503808206)
[](https://play.google.com/store/apps/details?id=th.co.mapboss.wherostr.social.wherostr_social)## Screenshots
[](./docs/screenshots/146417_0.jpg)
[](./docs/screenshots/146422_0.jpg)
[](./docs/screenshots/146421_0.jpg)
[](./docs/screenshots/146423_0.jpg)
[](./docs/screenshots/146428_0.jpg)## Building
### Install Flutter
Please refer to the [Flutter Official Documentation](https://flutter.dev/docs/get-started/install).
### Install dependencies
```bash
flutter pub get
flutter gen-l10n
```### Run
```bash
flutter run
```### Build for the right platform
Android
```bash
flutter build apk
```iOS
```bash
flutter build ios
```