tip calculator app
a tip calculator app made in flutter.
prerequisites
these things are required before setting up the project.
- git
- flutter read guide
getting started
follow these instructions to get the project up and running.
# download the repo
ravgeetdhillon/flutter-tip-calculator
# rename to match the package name
mv -r flutter-tip-calculator tip_calculator
# change directory
cd tip_calculator
# install dependencies
flutter pub get
tech stack
authors
extra
- in case you get stuck at somewhere, feel free to mail me at [email protected].
Comments are closed.