Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 892 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 892 Bytes

budged

Budged is a personal finance app that focuses on 50/30/20 budgeting method, buit with Flutter and Sqlite.

The 50-30-20 budgeting method, coined by Elizabeth Warren and Amelia Warren Tyagi, is a super easy way to organize your money and budget.

Essentially, you’ll spend:

50 percent of your income on living expenses (rent, mortgage, groceries, bills transportation, etc.)

30 percent of your income on wants and lifestyle choices (fun and entertainment, dining out)

20 percent of your income toward debt payments and saving

What I Learned

  • Sqlite database binding in Flutter,
  • Sqlite CRUD operations in Flutter,
  • Fetching and displaying data from Sqlite database via FutureBuilder and StreamBuilder,
  • Creating database tables as classes in Flutter,
  • Async functions,
  • Delayed operations,
  • Flutter UI interactions.