VoidShare is a simple temporary file uploader using 0x0 backend, made with Flutter 💙.
- 👌 Single file upload.
- 🚀 Multiple file upload with Zip compression.
- 🔭 File preview with remove option.
- 💯 Upload progress and cancel option.
- 🍯 Upload History.
- 😄 No registration.
- 😍 No ads.
- If you don't have Flutter SDK installed, please visit the official Flutter site.
- Fetch the latest source code from the master branch.
$ git clone https://github.com/lastra-dev/void-share.git
- Run the app with Android Studio or VS Code. Or run the command line:
$ flutter pub get
$ flutter run
Contributions are welcome. Please read our contributing guidelines before contributing.
You can test this app on different screen sizes with device preview, already added to dev_dependencies.
If the HistoryEntry
model gets changed, you should run:
$ flutter packages pub run build_runner build
to regenerate HistoryEntryAdapter
class.