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.
50 percent of your income on living expenses (rent, mortgage, groceries, bills transportation, etc.)
- 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.