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

https://github.com/marchellodev/p2p_matrix


https://github.com/marchellodev/p2p_matrix

Last synced: about 2 months ago
JSON representation

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