-
Notifications
You must be signed in to change notification settings - Fork 9
/
README.md
40 lines (31 loc) · 1.53 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
# dispute
A cross-platform client for Nostr showcasing [dart-nostr library](https://github.com/ethicnology/dart-nostr)
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/dispute)
## Disclaimer
State of the app: **MAINTAINED**
**I will not be developing new features myself but will be reviewing, reworking and helping new contributors commit themselves to this project.**
## Getting Started
This app can be build on many platform, please follow the guide:
- [Linux](https://docs.flutter.dev/deployment/linux)
- [Android](https://docs.flutter.dev/deployment/android)
- [Web](https://docs.flutter.dev/deployment/web)
- [iOS](https://docs.flutter.dev/deployment/ios)
- [macOS](https://docs.flutter.dev/deployment/macos)
- [Windows](https://docs.flutter.dev/deployment/windows)
## Run
Clone the repository and inside the repository you can use:
```sh
flutter pub get
flutter run
```
## Support my work
```sh
bitcoin: bc1qyhzq7twqz087ledn4zpz0xhxx23t5aa8s395nn
paypal: ethicnology@pm.me
```
I'm also working on [dart-nostr](https://github.com/ethicnology/dart-nostr) and many others projects
## Screenshots
![1.1.0_wall](https://github.com/ethicnology/dispute/blob/main/assets/1.1.0_wall.png)
![1.1.0_event](https://github.com/ethicnology/dispute/blob/main/assets/1.1.0_event.png)
![1.1.0_profile](https://github.com/ethicnology/dispute/blob/main/assets/1.1.0_profile.png)