Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 366 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 366 Bytes

expenses

An expenses tracker app built using Flutter.

Expense Model

{
    id: String,
    title: String,
    amount: Double,
    date: DateTime
}

Features

  • View expenses
  • Add expense
  • Delete expense

Dependencies

How to run the app

Clone this repo and run:

flutter run