FLUTTER ECOSYSTEM

Uploadgram/app

Uploadgram 파일 및 업로드 관리를 위한 앱

업로드그램 프로젝트 이미지
Stars
238
Forks
22
최근 푸시(UTC)
2025. 12. 11.
프로젝트 상태
활성
Uploadgram GitHub avatar
GITHUB Organization

Uploadgram ↗

A file uploader based on Telegram

언어DartJavaHTMLObjective-CSwift

사용 중인 의존성

의존성 목록 8 개

앱 카테고리

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

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

fdroid release github release

downloads downloads@latest

Uploadgram App

Uploadgram frontend for Android (and web)

Where can I download the app?

Just go to the latest release and click one of the packages or you can download it on F-Droid, by clicking the button below.

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 new 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

How can I build the app for iOS?

In this case, it is harder. Indeed, you need to know either Swift or Objective-C, because there are some native implementations that the app uses (file saving, file opening, saving preferences and getting preferences). But either way, I won't support iOS because it is much harder to install IPA files than APK and I can't cover the cost to publish the app to the App Store.

Will this app support desktop?

When the flutter support for desktop will be stable enough, sure, for now you can use the webapp, which is the almost same of the native app.

Credits