Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/happy-san/shoppingapp
- Owner: happy-san
- License: mit
- Created: 2020-08-06T07:19:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T04:37:31.000Z (over 3 years ago)
- Last Synced: 2024-11-08T18:50:48.614Z (2 months ago)
- Topics: firebase-realtime-database, flutter, fundamentals, mobileapp
- Language: Dart
- Homepage:
- Size: 69.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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