Naing-Linn-6802 / flutter-ecommerce

An E-Commerce application for flutter with beautiful design and great features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter E-Commerce

A flutter application for beautiful E-commerce UI App with provider pattern.

Main Features Used :

  • Beautiful UI Design
  • Firebase Database
  • Firebase Authentication
  • Data Fetching From Network
  • ImagePicker
  • Provider Package
  • Future Builder

Screenshots

1 2
3 4
5 6
7 8

Don't forget to star 🌟 the repo if you like our work.β€οΈπŸ’™πŸ’›πŸ’œπŸ’š

Website πŸ”—

Toastguyz - A programming tutorials website

Support on social media πŸ‘

Follow us on our social media profiles to support us.

Code Developer

Jay Patel πŸ”₯

Enthusiastic Android & Flutter App Developer.

β˜• Donate

Paypal

./Screenshots/buymecoffee.png

Thanks for reaching out to us. πŸ’―

Getting Started

  1. Create your flutter application project.
  2. Set up with firebase
  3. Create Realtime Database with Test Rules and import the attached json file(flutter-ecommerce.json) in Screenshots folder to your flutter project.
  4. To run your project, enable Authentication for email in firebase console.
  5. Also, setup firebase storage in your firebase console.
  6. Add your Firebase Web API Key and Firebase Database Path in constants.dart file.
RealTime Database Rules : 
{
    "rules": {
    ".read": true,
    ".write": true
    }
}

Now, you're ready to rock the floor:guitar:

About

An E-Commerce application for flutter with beautiful design and great features.


Languages

Language:Dart 97.0%Language:Java 1.0%Language:Objective-C 1.0%Language:Swift 0.5%Language:Kotlin 0.5%