A Simple file transfering app. It made with Flutter. It works on local networks.
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.
You can get .deb packages from Releases
Or you can get .apk or .aab packages from Releases
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.
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.
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).