Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Calculator App made with Flutter for the Web-Based Mobile Application course at Petra Christian University

Notifications You must be signed in to change notification settings

luvnyen/ambw-flutter-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalculatorApp

Calculator App made with Flutter for the Web-Based Mobile Application course at Petra Christian University made by Calvert Tanudihardjo, NRP: C14190033

Setup

Run this command on this repository directory

flutter build appbundle --target-platform android-arm,android-arm64

Preview

Main Page

The calculator is available in Dark and Light mode. The UI is inspired from julvikramsupandi.

Error Checking

An error message will be displayed using Snackbar at the bottom of the screen.

Result Page

The result page will appear when the user presses the '=' button to display the calculation results inputted by the user. Expression are calculated with the math_expressions library.

History Page (old)

The results of calculations inputted by user will be stored in the form of Map<String, String> and displayed on the History page.

History Page (updated)

User can delete one of the calculation results by swiping to the right on the specified calculation result, then an Alert Dialog will appear to confirm. If the user chooses to delete, a SnackBar will appear at the bottom of the screen as confirmation.

About

Calculator App made with Flutter for the Web-Based Mobile Application course at Petra Christian University

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published