Skip to content

Mobile Flutter application to manage your online store with firebase integration and with Provider as state management.

Notifications You must be signed in to change notification settings

GoedertDalmolin/shop

Repository files navigation


Shop App


Language:

English Portuguese


ℹ️ About this repository

Mobile application for managing an online store.

This repository's main objective is to demonstrate the application developed to train my knowledge during the Flutter course from the company COD3R.


⚙️ Features

This app has the following features for managing a store:

  • Integration with Firebase.
  • User authentication.
  • Product Management.
  • Product cart management per user.
  • Order Management per user.

👁️ Preview


🧪 Technologies

This project was developed using the following technologies:


⚡ Installing

Clone this project using

  git clone https://github.com/GoedertDalmolin/shop.git
  cd shop

Access the firebase_config.dart file using:

  cd shop/lib/utils/firebase_config.dart

Take your credentials listed in the project configuration within the Firebase console and replace them in their respective String variables (urlDatabase and apiKey).

class FirebaseConfig {
  // Put your DataBase URL here
  static String urlDatabase = 'YOUR-FIREBASE-DATABASE-URL';
  static String apiKey = 'YOUR-FIREBASE-API-KEY';
}

Finally compile and run the project.


</> Developed by GoedertDalmolin 👋

About

Mobile Flutter application to manage your online store with firebase integration and with Provider as state management.

Topics

Resources

Stars

Watchers

Forks

Languages