Featured Project
Easy Entry Mobile Application (2021) Used: Dart Language and Flutter FrameworkCreated in response to the recent Covid-19 Pandemic Situation, EasyEntry is a mobile application which works as a database which stores links to SafeEntry QR Code's you have been to.
It eliminates the constant need to scan QR Codes to places you have already been to, whenever you visit, making it convenient.
Click to see code for this projectUI UX Design
Uses Flutter, a reactive and pseudo-declarative UI Framework along with Dart programming language to build UI.
Backend development
Utilizes SQFlite, which is a flutter plugin for SQLite that serves as the database engine
Cross platform
Flutter framework is the only framework that provides reactive views without requiring JavaScript Bridge.
Scan your QR
Implements QR scanning (only for SafeEntry QR codes!)
Makes use of the flutter plugin "qrscan" and "url_launcher" to scan and open the link for the QRCodes.This portion of the video shows the scanning of the QR code, leading it to be added into the database on the "All Locations Page"(0:00 to 0:17).
Locations visited
Showcases the list of locations you have been to so far, through QR Code scanning.
This portion of the video shows the locations stored in your database. This page also applies a case-insensitive search bar, making finding your desired location much easier. (0:31 to 0:47)
Your most visited spots
Highlights your top 5 places you've been to,based on how many times you've clicked on the location, making it all the more convenient.
This portion of the video showcases the "Most visited spots" page being updated after clicking on "NTUC Fairprice" a few times (0:18 to 0:30)
Thank you for checking out my portfolio.