Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.26 KB
Wherostr Logo

Wherostr

A Decentralized Social Networks for iOS and Android.

Screenshots

Building

Install Flutter

Please refer to the Flutter Official Documentation.

Install dependencies

flutter pub get
flutter gen-l10n

Run

flutter run

Build for the right platform

Android

flutter build apk

iOS

flutter build ios