Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/happy-san/shoppingapp

A simple shopping app to learn the fundamentals of Flutter and Firebase.
https://github.com/happy-san/shoppingapp

firebase-realtime-database flutter fundamentals mobileapp

Last synced: 8 days ago
JSON representation

A simple shopping app to learn the fundamentals of Flutter and Firebase.

Awesome Lists containing this project

README

        

# shoppingApp

A simple E-commerece app to learn fundamentals of flutter.

## How to setup

1) #### Create a new [Firebase project](https://console.firebase.google.com/).
2) #### In the `Authentication` section's `Sign-in method` tab, enable `Email/Password`.
3) #### Run the app with the following command:
flutter run --dart-define=FIREBASE_WEB_API_KEY=
and replace `` with the web api key in the `Project settings`.

## Topics covered:

* #### Widgets, Styling, Adding Logic

* #### Responsive & Adaptive User Interfaces

* #### Navigation & Multiple Screens

* #### State Management

* #### User Input & Forms

* #### Sending HTTP Requests

* #### User Authentication

* #### Firebase Real time Database

## Gifs

Login GIF Cart GIF