File share platform in Dart is a tool for sharing private files to people using a secure hash token.
It's developed in Dart using shelf
& shelf router
.
Read the API docs here.
Follow the below commands to run the server in your local machine:
dart pub get
dart bin/file_share.dart
You can create a standalone executable using Dart2Native using the following commands:
dart compile exe lib/file_share.dart
You can find these files inside the executables directory.