A simple Flutter application for calculating tips and splitting bills among multiple people.
- Calculate Tips: Easily calculate the tip amount based on a user-defined percentage.
- Split Bills: Divide the total bill (including tips) among a specified number of people.
- User-Friendly Interface: Simple and intuitive UI for easy use.
Add screenshots of your application here once it is ready.
- Enter the total bill amount in the provided text field.
- Adjust the tip percentage using the slider.
- Enter the number of people to split the bill.
- View the calculated tip amount and total per person.
Ensure you have Flutter installed on your system. For installation instructions, visit the Flutter website.
-
Clone this repository:
git clone https://github.com/your-username/fee_counter.git
-
Navigate to the project directory:
cd fee_counter
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Flutter: Framework for building cross-platform applications.
- Dart: Programming language for Flutter development.
lib/
|-- main.dart // Entry point of the application
Contributions are welcome! If you would like to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add feature description"
- Push to the branch:
git push origin feature-name
- Open a pull request.
- Thanks to the Flutter community for inspiration and resources.