A flutter app for Calculating bill amount and Tips
flut_cal
A flutter app for Calculating bills amount and Tips
Getting Started
To setup this project, you have to follow these simple steps.
- Clone the repository by using the github cli, app, or the
git clone https://github.com/Jpbroadvision/flut_cal
command from terminal to the desire path or folder. - Run the
flutter pub get
command to install all of the dependencies. - Attach your phone or run
flutter emulators
to show all emulators installed. - To run an emulator, run
flutter emulators --launch
. - To create a new emulator, run
flutter emulators --create [--name xyz]
.
You can find more information on managing emulators at the links below:
- https://developer.android.com/studio/run/managing-avds
- https://developer.android.com/studio/command-line/avdmanager
Language(s)
- Dart ^(version 2.14.4)
- Flutter ^( version 2.5.3)
Main Files
- The lib/main.dart is the main run file
- The lib/ui/home.dart is the contains all the logics and ui