1601 / ecommerce-flutter-firebase

an e commerce app to demonstrate basic native device function (eg, camera functions, taking picture, saving image uploading image to backend)
MIT License
0 stars 0 forks source link

Basic Data Manipulation #1

Open 1601 opened 4 years ago

1601 commented 4 years ago

Create a multi screen e commerce app that demonstrate basic data manipulation with providers Item Title, Price, Description, Pictures, Location,

Sample Design

image image

Checklist

1601 commented 4 years ago

Setting up, and studying Flutter architecture took a bit of time, glad that I managed to have Tab Pages implemented in a breeze, I am seeing a lot of qualities the dart language and flutter itself similar with React Native.

Data/Providers that would be implemented in this app are:

  1. Cart
  2. Menu /Food

1601 commented 4 years ago

Implementation of routing, passing of providers, and navigating on arrays and lists are a breeze. I would say that it is a challenge on implementing this using Flutter, as I need to study the documentation and best practices for this SDK.