Closed StefanoBerlato closed 4 years ago
In models/category.dart, a category can be of type "expenses" or "income". These two status are now represented by an integer. Couldn't we use an enum?
Yes, can you change those, make care during serialization for the database
Ok I'll work on it
In models/category.dart, a category can be of type "expenses" or "income". These two status are now represented by an integer. Couldn't we use an enum?