This Flutter application is built for the MAPD722 - Mobile Web Development course. The app calculates the pay and tax for an employee based on user inputs for hours worked and hourly rate. Additionally, it displays the developer's name and student ID as per the college record.
-
User Input:
- Number of hours worked.
- Hourly rate.
-
Pay Calculation:
- Regular Pay: Calculated for up to 40 hours at the given hourly rate.
- Overtime Pay: For hours beyond 40, calculated at 1.5 times the hourly rate.
- Total Pay: Sum of regular pay and overtime pay (before tax).
- Tax: Calculated as 18% of the total pay.
-
Output:
- Regular Pay.
- Overtime Pay.
- Total Pay (before tax).
- Tax.
-
Developer Information:
- Displays the developer's full name and student ID.
- Clone the Repository:
git clone https://github.com/adityajanjanam/Assignment1_PayCalculator.git cd Assignment1_PayCalculator