Overview of My Submission
This is the simple flutter app where users can upload there document on cloud. App has the login and signup feature.
Project setup
Install appwrite in your computer. Follow instruction for your respective operating system. I use Ubuntu OS.
https://appwrite.io/docs/installation.After installation and setup you can able to access the appwrite dashboard. As you can see in the below image I have created two projects. Similarly create project name it anything you want. I had named it simpledrive.
Add the flutter platfrom. As you can see in below image, I will skip rest of the platfrom setting and filled up detail for Android only.
create storage bucket, with permission settings given in image below
create database to store the relation of the userid, corresponding documentid.
with attributes
Setup the config file in the flutter project according to your setup
Now run flutter and witness magic with your own eyes.
Submission Category:
Mobile Moguls
Link to Code
Screenshots
Image of the database entries
Top comments (0)