Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 805 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 805 Bytes

File Share Platform in Dart

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.

Installing

Follow the below commands to run the server in your local machine:

    dart pub get
    dart bin/file_share.dart

Generating standalone executables using Dart2Native

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.

Screenshots

Home Screen File Share Screen File Download Screen