tcrasset / your-budget

Personal budgeting cross platform mobile application, using zero based budgeting. Built using Flutter.
10 stars 1 forks source link

Add a way to move categories #7

Open tcrasset opened 3 years ago

tcrasset commented 3 years ago

The user could be able to drag categories in a certain order. This would require changing the Widget holding each Category, for exampke [ReorderableListView](https://api.flutter.dev/flutter/material/ReorderableListView-class.html) However, this seems to say that they are not perfect. To be investigated.

Moreover, this would require adding a kind of order field in the database and entities to persist the order.