https://github.com/marchellodev/p2p_matrix
https://github.com/marchellodev/p2p_matrix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marchellodev/p2p_matrix
- Owner: marchellodev
- License: mit
- Created: 2021-02-01T20:09:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T20:46:15.000Z (about 5 years ago)
- Last Synced: 2026-01-01T14:36:10.550Z (6 months ago)
- Language: Dart
- Size: 2.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# P2P Matrix
This repository contains a front end to the [P2P Matrix Go](https://github.com/marchellodev/p2p_matrix_go) app
Tested on Windows (10) and Linux (Pop!_Os 20.10)
## Running
Before running, make sure that you have [Flutter installed](https://flutter.dev/docs/get-started/install) and [configured to use with desktop](https://flutter.dev/desktop).
To run the app:
```shell
flutter pub get
flutter run
```
## Utilities
To Run the code generation tool for `.g.dart` files (for serialization and HiveDB):
```shell
flutter packages pub run build_runner build --delete-conflicting-outputs
```
## License
MIT