Skip to content

Latest commit

 

History

History
83 lines (69 loc) · 3.93 KB

README.md

File metadata and controls

83 lines (69 loc) · 3.93 KB

Brew Crew App

Table of contents

General info

This app allows people to register and customize the way they want to taste their coffees. The app covers the following contents:

  • Firebase Setup
  • Basic App Structure
  • Firebase Auth
  • Anonymous Sign In
  • Custom User Model
  • Streams
  • Provider Package
  • Signing Out
  • Sign In & Register Forms
  • Toggle Between Forms
  • Register With Email & Password
  • Sign in With Email & Password
  • Text Input Decoration
  • Loading Widget
  • Firestore Database Setup
  • Firestore User Records
  • Firestore Streams
  • Brew Model
  • Listing Brew Data
  • Bottom Sheets
  • Drop-downs
  • Sliders
  • User Data Model
  • Using a Stream Builder
  • Updating User Data
  • Design Final Touches

Technologies

        

App screenshots

References

  1. The Net Ninja - https://github.com/iamshaunjp
  2. Dart Packages - https://pub.dev/
  3. Cookbook: Useful Flutter samples
  4. online documentation
  5. Lab: Write your first Flutter app