Uploadgram/app
Uploadgram 파일 및 업로드 관리를 위한 앱
- Stars
- 238
- Forks
- 22
- 최근 푸시(UTC)
- 2025. 12. 11.
- 프로젝트 상태
- 활성
사용 중인 의존성
의존성 목록 8 개
- dio
^4.0.0-beta7 - intl
^0.17.0 - flutter_local_notifications
^5.0.0-nullsafety.1 - connectivity
^3.0.2 - connectivity_for_web
^0.4.0 - url_launcher
^6.0.3 - flutter
{"sdk":"flutter"} - flutter_test개발 의존성
{"sdk":"flutter"}
앱 카테고리
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
license repo lines framework: flutter Codemagic build status uploadgram backend status
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.
Files descriptions
app-release.apkis compatible with both ARM and ARM64 (if you are unsure if your device is ARM or ARM64)app-arm64-v8a-release.apkis the ARM64 release (compatible with most new devices)app-armeabi-v7a-release.apkis 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
- Material.io icons for the
cloudicon used in the logo - FontAwesome for the
telegram-planeicon used in the logo