Shop Scan is a simple application for marking user footprints built using Flutter framework. Any user can create an account at ease and use the service.
BFH/recBXrX5hbymUhOQX/2021
[link to video]
- User can signup/login to the app and update their user profile.
- Any user can generate a unique QR code to place at home or any shop.
- User can simply mark their footprints by scanning a QR code.
- History of visitors and personal visits.
- Flutter
- Firebase
- qr_code_scanner: ^0.4.0
- pretty_qr_code: ^2.0.1
Step 1:
Download or clone this repo by using the link below:
https://github.com/hashirpm/shop-scan.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Run main.dart file or usethe following command
flutter run
