Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 798 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 798 Bytes

A Flutter app that demonstrate simple CRUD operation using Firebase and Provider

I created this app as part of my journey to learn Flutter, this app is intended for learning purpose only and not suitable for production This app is best run on android since I'm developing on windows/linux machine

Functionality

  • View list of idea
  • Create, Update, and delete idea
  • Username + password authentication

Technology Used:

  • Database: FireStore, Firebase Storage, Firebase Auth
  • State management: Provider

Getting started with Flutter

For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.