Implement the moor database interface (#49) and integrate it into the existing app.
Simplied the code by removing the consumer and bloc structures.
Directly use the streams given by moor to show data.
Fixed issue (#53) by separating the category lists on each page.
Fixed issue (#39) with a simpler solution.
Build the foundation for (#50) with transaction filters in commit.
Still working on
[x] Remove old category provider from category bottom sheet.
[x] Get recurrence types from database.
[x] Remove all remaining files and code of the old system.
Warning
With this pull request every previous version won't display the already added transactions. The old database file will not be delete, but the database access is being removed.
What was done
Implement the moor database interface (#49) and integrate it into the existing app.
Still working on
Warning
With this pull request every previous version won't display the already added transactions. The old database file will not be delete, but the database access is being removed.