Skip to content

iamalper/filedrop

Repository files navigation

FileDrop

A Simple file transfering app. It made with Flutter. It works on local networks.

Screenshots

Screenshot 0 Screenshot 1 Screenshot 2

Why?

Because most of the other file transfering apps on Play Store has bloated with ads or poor reviews, so i decied to develop an useful app and gain experience.

Download and Install

Ubuntu, Debian

You can get .deb packages from Releases

Android

Get it on Google Play

Or you can get .apk or .aab packages from Releases

Windows

Windows packages not tested, but you can get them from Releases in windows.zip

For other platforms, PR's welcomed but i don't have any plans to support them.

Build

It is a flutter project so if you have flutter installed, you can build with flutter build from repo directory. If not, see Flutter docs: Install

For Android release build, you need to create your keystore and key.properties in android folder. See more at Flutter docs: Signing android app

Also you can set your lib/firebase_options.dart or crash reports will sent to my firebase console.

Contribution

Thank you, if you are interesting for contributing.

Any PR or ideas welcomed. Please commit to develop branch. I am keeping main branch more stable and automatically published to Google Play testers.

You can contribute with solving issues from Issues tab, tweaking UI, improving translations or translating another languages (with committing in lib/l10 folder).