Skip to content

simple portfolio project (ecomerce app for both ios and android platforms)

Notifications You must be signed in to change notification settings

mrnpro/Halloo-Ecomerce-app

Repository files navigation

hallo shop

Introduction

hallo shop is online trading system . hallo shop focuses on electronics products

Screenshot

alt home

How to install

git clone https://github.com/mrnpro/Halloo-Ecomerce-app 
  • setup firebase
  • add SHA-256 to project settings
  • enable phone auth and google auth in firebase auth
  • update firebase storage rule
service firebase.storage {

  match /{allPaths=**} {
    allow read, write: if request.auth != null;
  }
}
  • run the project through actual devices

How to use flutter

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

About

simple portfolio project (ecomerce app for both ios and android platforms)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published