DEV Community

Chetan Dhongade
Chetan Dhongade

Posted on

Simple Drive App using Appwrite and Flutter

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.

project

  • 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.
    platfrom setup
    platfrom setup
    platfrom setup
    platfrom setup

  • create storage bucket, with permission settings given in image below
    bucket
    bucket settings

  • create database to store the relation of the userid, corresponding documentid.
    database
    with attributes
    bucket attributes

  • Setup the config file in the flutter project according to your setup
    flutter config file

  • Now run flutter and witness magic with your own eyes.

Submission Category:

Mobile Moguls

Link to Code

GitHub logo binary-ibex / simple_drive

flutter app using the appwrite as file storage backend

simple_drive

A new Flutter project using appwrite as the backend.

Built with Appwrite

Description

This is the simple flutter app where users can upload there document on cloud. App has the login and signup feature.

#App Images

login

register

homepage




Screenshots

login image
register image
Home page

Image if the uploaded files
Uploaded files

Image of the database entries

Image description

Top comments (0)