Skip to content

limitedeternity/GetItUploaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetItUploaded

Minimalistic uploader

Description

Long story short: I was drawing this layout inside Sketch just for fun, so I was planning to delete it once I finish it, but I came across Supernova Studio and saw that it is able to perform automatic code generation for Flutter based on Adobe XD or Sketch files.

So, here it is. The generated UI is not responsive (and before edits didn’t really match the layout), that's why I decided to restrict UI orientation programmatically to portrait-only.

After that I've decided to write an MVP. GetItUploaded is basically a file.io client. The application uploads a file you select and prompts a "Share" dialog with the link in it.

To prevent bots/crawlers from invalidating the link when you're sending it over the Net (because file.io deletes files once they’ve been accessed), the link is being encoded according to Base64 format.

Screenshot

image

Meta

Distributed under the GPL-3.0 license. See LICENSE for more information.

@limitedeternity