emavgl / oinkoin

Oinkoin is a flutter app for helping you managing your expenses. No internet required.
GNU General Public License v3.0
165 stars 11 forks source link

Category Type #6

Closed StefanoBerlato closed 4 years ago

StefanoBerlato commented 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?

emavgl commented 4 years ago

Yes, can you change those, make care during serialization for the database

StefanoBerlato commented 4 years ago

Ok I'll work on it