Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mapboss/wherostr_social


https://github.com/mapboss/wherostr_social

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

Wherostr Logo

# 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
```