- About
- Built With
- Screenshots
- How can you use it ?
- Prerequisites
- Usage
- Contact
It's an application that shows off an e-commerce application for selling electronics, along with some novel ways to add/remove goods from the basket or favourites section. It also makes use of a'sqflite' database for storing objects locally and displaying them even when the device is turned off.
This application is built using Flutter, SQL and Dart which is an underlying language which Flutter requires.
Design File - Shopify Design
- Home Screen Animation
- Sliding Cards Animation
- Home Screen
- Cart Screen
- Flutter SDK must be installed -> How to do it ?
- Basic knowledge of Flutter & Android
- Clone the project by command
git clone https://github.com/mayurnile/shopify
- Execute the app!
Currently the two packages used 'swipe_gesture_recognizer' and 'data_connection_checker' does not support Dart's null-safety, so even though the code supports Null-Safety the project won't execute. I am working towards replacing those pakcages and create my own implementation for that. Till then use this command to execute the project
flutter run --no-sound-null-safety
Mayur Nile - Linkedin - mayurnile95@gmail.com
Project Link: https://github.com/mayurnile/shopify