file share command line program for macos, linux and windows in dart
Install dart sdk first. After dart sdk installed and set correctly, run the following command:
dart pub get
dart2native main.dart -o filewebto generate a native executable program.
Or just run the code:
dart pub get
dart main.dart file_to_shareOpen a terminal, run the following command:
./fileweb file_pathto serve the file downloading.
If you think the app is somewhat useful, consider buying me a cup of coffee to keep me recharged.