Skip to content

A fun and friendly Flutter app to easily calculate tips and split bills among friends! πŸ’ΈπŸŽ‰ Just enter the bill, adjust the tip, and divide it among your crew! πŸ˜ŽπŸ‘―β€β™€οΈ

Notifications You must be signed in to change notification settings

xdido2/fee_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Tip Calculator

A simple Flutter application for calculating tips and splitting bills among multiple people.

Features

  • 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.

Screenshots

Add screenshots of your application here once it is ready.

How to Use

  1. Enter the total bill amount in the provided text field.
  2. Adjust the tip percentage using the slider.
  3. Enter the number of people to split the bill.
  4. View the calculated tip amount and total per person.

Getting Started

Prerequisites

Ensure you have Flutter installed on your system. For installation instructions, visit the Flutter website.

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/fee_counter.git
  2. Navigate to the project directory:

    cd fee_counter
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run

Technologies Used

  • Flutter: Framework for building cross-platform applications.
  • Dart: Programming language for Flutter development.

Project Structure

lib/
|-- main.dart      // Entry point of the application

Contributing

Contributions are welcome! If you would like to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Make your changes and commit them:
    git commit -m "Add feature description"
  4. Push to the branch:
    git push origin feature-name
  5. Open a pull request.

Acknowledgments

  • Thanks to the Flutter community for inspiration and resources.

About

A fun and friendly Flutter app to easily calculate tips and split bills among friends! πŸ’ΈπŸŽ‰ Just enter the bill, adjust the tip, and divide it among your crew! πŸ˜ŽπŸ‘―β€β™€οΈ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published