Hyperling me
me pushed tag last_version_with_nav_rail to me/flutter-expense-tracker 2025-02-07 13:29:51 -07:00
me pushed to main at me/flutter-expense-tracker 2025-02-07 10:53:18 -07:00
5425b22ba2 Add a Help page.
305012ffd4 Reset income page to just a placeholder for consistency.
Compare 2 commits »
me pushed to main at me/flutter-expense-tracker 2025-02-07 10:24:06 -07:00
8c31d868b9 Add a daily estimate. Move estimates to the right of the list item.
me pushed to main at me/flutter-expense-tracker 2025-02-07 05:10:05 -07:00
9d478b9cbf Fix bug which sometimes set an edited expense to Monthly. Fix typo in enum monthly.
me pushed to main at me/flutter-expense-tracker 2025-02-07 05:00:40 -07:00
452eb73773 Code formatting and dialog text enhancements.
me pushed to main at me/flutter-expense-tracker 2025-02-07 04:54:42 -07:00
631555af59 Add a dark theme.
me pushed to main at me/flutter-expense-tracker 2025-02-07 04:41:39 -07:00
0f65166123 Properly implement the dismissable backgrounds.
me pushed to main at me/flutter-expense-tracker 2025-02-07 04:28:53 -07:00
595aaefedc Added editing an expense.
me pushed to main at me/flutter-expense-tracker 2025-02-06 11:50:15 -07:00
9d8a5e6685 Add more frequencies.
2acabf4d3b Huge improvements to UI, very interactive now!
15fa4aadbd Add method which puts all expenses on equal comparison grounds.
78a407d0ec Always show the page names.
Compare 4 commits »
me pushed to main at me/flutter-expense-tracker 2025-02-05 16:45:40 -07:00
54cd86c34b Shorten the title.
me pushed to main at me/flutter-expense-tracker 2025-02-05 16:41:45 -07:00
66fd966de8 Redo how the frequencies are generated. Clean up old print statements.
me pushed to main at me/flutter-expense-tracker 2025-02-05 14:42:51 -07:00
5561f50736 Begin working on the database.
me pushed to main at me/flutter-expense-tracker 2025-02-05 14:17:13 -07:00
6b25e6e552 Add sqlite dependency with flutter pub add sqflite.
360a36f024 Fix the layout when there are no items.
Compare 2 commits »
me pushed to main at me/flutter-expense-tracker 2025-02-05 14:04:20 -07:00
ecbac615e9 Finished drawer and also now showing expenses as they are added!
me pushed to main at me/flutter-expense-tracker 2025-02-05 13:32:52 -07:00
87392cc73c Break code into multiple files.
1b95feb5d4 Forms is working, items show if hot reloaded, need to refactor code and get the global variable into the state of the expense page.
Compare 2 commits »
me pushed to main at me/flutter-expense-tracker 2025-02-05 04:20:00 -07:00
99b1ec82e6 Add the Form widget and get the fields working with it. Still need to pull the values into a usable object for saving.
7ead0e5ebb Format dialog a little better.
Compare 2 commits »
me pushed to main at me/flutter-expense-tracker 2025-02-05 03:27:02 -07:00
bcae40e0e2 Buttons now close the dialog properly.
me pushed to main at me/flutter-expense-tracker 2025-02-05 03:20:16 -07:00
aa3c2f9304 Expense input form is now in a popup! Still needs to look and function properly though.
me pushed to main at me/flutter-expense-tracker 2025-02-05 03:02:17 -07:00
96811f5bfd Make the name of the function more agnostic.
c44d4553c3 Attempting to move the input form to a popup.
d722172cb3 Add buttons and fake items.
43dd151cb4 Refactor the order of the classes based on the UI.
c2cc71eae0 Add widgets for each of the future pages.
Compare 10 commits »
me pushed to main at me/flutter-example-wordpair 2025-02-05 03:02:06 -07:00
8f34757540 Attempt to move the project up a directory.