DEV Community

Chetan Dhongade
Chetan Dhongade

Posted on

2 1

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

Jetbrains image

Is Your CI/CD Server a Prime Target for Attack?

57% of organizations have suffered from a security incident related to DevOps toolchain exposures. It makes sense—CI/CD servers have access to source code, a highly valuable asset. Is yours secure? Check out nine practical tips to protect your CI/CD.

Learn more

Top comments (0)

Jetbrains image

Build Secure, Ship Fast

Discover best practices to secure CI/CD without slowing down your pipeline.

Read more

👋 Kindness is contagious

Dive into this thoughtful article, cherished within the supportive DEV Community. Coders of every background are encouraged to share and grow our collective expertise.

A genuine "thank you" can brighten someone’s day—drop your appreciation in the comments below!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found value here? A quick thank you to the author makes a big difference.

Okay