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
Thanks for reaching out to us. ?
Getting Started
- Create your flutter application project.
- Set up with firebase
- Create Realtime Database with Test Rules and import the attached json file(flutter-ecommerce.json) in Screenshots folder to your flutter project.
- To run your project, enable Authentication for email in firebase console.
- Also, setup firebase storage in your firebase console.
- 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?