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

https://github.com/dungwinux/file_transfer

A Flutter app that allow any 2 devices can connect and transfer files directly.
https://github.com/dungwinux/file_transfer

android cross-platform dart2 flutter flutter-app web websocket windows

Last synced: 2 months ago
JSON representation

A Flutter app that allow any 2 devices can connect and transfer files directly.

Awesome Lists containing this project

README

          

# The Link

It is 2020, but tasks like direct file transfer is still a problem. The Link represents our aim to create an app that will allow any 2 devices regardless of the platform can connect and transfer files directly without the need for a medium.

## Getting Started

This project is a Flutter application.

To test, run:

```
flutter run -d
```

To build, run:

```
flutter build
```

To run in release mode, add `--release` in run command