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.
- Host: GitHub
- URL: https://github.com/dungwinux/file_transfer
- Owner: dungwinux
- License: mit
- Created: 2020-12-19T08:23:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T18:31:09.000Z (over 5 years ago)
- Last Synced: 2024-04-15T02:08:18.910Z (about 2 years ago)
- Topics: android, cross-platform, dart2, flutter, flutter-app, web, websocket, windows
- Language: C++
- Homepage:
- Size: 156 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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