Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 895 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 895 Bytes

BillSplitApp

A flutter-based app that allows bill splitting. The app will divide the total sum equally among the group of friends based on the user's selection of the number of friends, the tip to be given, and the applicable tax. My very first flutter application.

Screenshots

Home Screen Home Screen With Data Result Screen

Features

  • Home Screen UI
  • Slider for specifying the number of friends
  • Tip increment decrement counter
  • Tax textfield
  • Result Screen UI

Technologies/Concepts used

  • Flutter
  • Ephemeral state management