/uploadgram-app

Uploadgram Client - Now even better!

Primary LanguageDartGNU Affero General Public License v3.0AGPL-3.0

license repo lines framework: flutter Codemagic build status uploadgram backend status

fdroid release github release

downloads downloads@latest

Uploadgram Client

file sharing has never been this easy

Where can I download the app?

You can either download the latest version of the app on the Releases page

or on f-droid

Get it on F-Droid

Files descriptions

  • app-release.apk is compatible with both ARM and ARM64 (if you are unsure if your device is ARM or ARM64)
  • app-arm64-v8a-release.apk is the ARM64 release (compatible with most of the latest devices)
  • app-armeabi-v7a-release.apk is the ARM release

How can I build the app for Web?

The first thing you wanna do is change flutter's channel to dev (currently web support is not available in the stable channel), after that, just run flutter build web (if the message "build web" is not currently supported. is shown, running flutter config --enable-web might be needed). Finally, you need to patch the service worker, otherwise the progress is not going to be shown.

How can I build the app for Android?

To build the app for Android, simply clone this repository and run flutter build apk --split-per-abi In the releases there are only APK files which support ARM and ARM64

Will this app support desktop?

yesn't

Credits