shockbytes / DanteX

Dante - Book Tracker Cross Platform Implementation
Apache License 2.0
29 stars 1 forks source link

Update data models to used freezed #78

Closed lockieRichter closed 10 months ago

lockieRichter commented 10 months ago

Updates the data models for book and book labels to used the freezed package (https://pub.dev/packages/freezed). This will make updating the models simpler and adds a ton of functionality for free.

Also updats the repositories to prepare for the book label UI work.