file transferring app / web-app project using Flutter + Spring Boot
Honestly, I just want to make my life easier (really ?) when sending or receiving files between my devices.
- My code works as intended, but it requires some modifications to run on every platform. Currently, it functions as a desktop web-app (mobile web-app can't download file TT) and a Windows application
- I'm too lazy to clean up my code because I've left some debugging snippets in there.
- I probably hate front-end, but coding with Flutter is surprisingly fun!"
I just wanted to experiment with an older tech stack, but it turned out to be much better than I expected—rich libraries and great readability! Okay, I gotta be honest, I didn't do good on the security . File locking is about all I got covered for downloads and deletes. [https://github.com/Dec-48/FileTransfer-SpringBoot]
I found a WebRTC file transfer app on GitHub and the Play Store. Seeing it published there gives me some ideas on how I might improve the performance and security of my own project
