Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.04 KB

File metadata and controls

30 lines (22 loc) · 1.04 KB

tipcalculator

A Tip calculator that calculates tip amount for various percentages of the cost of the service, and also provides a total amount that includes the tip.

Key Features

  • take two inputs from user which are Bill amount and Tip %
  • calculate the Tip amount for the Tip %
  • calculates the total amount that includes the tip
  • automatically updates the value for Tip amount and Total amount

State Management

  • Cubit

Screen Image

Screenshot 2022-04-14 at 00 51 53

How to use

To clone and run ths application, you'll need to set up flutter and andriod studio. From the IDE:

Clone this repository

$ git@github.com:funmi-cod/tipcalculator.git

Get dependencies

run flutter pub get to add the dependencies

Run the app

build the app by clicking run or entering flutter run in the terminal

License

MIT