darkmoonight / Rain

🌦️ Weather application
MIT License
582 stars 44 forks source link

Feat/freezed #123

Closed shatanikmahanty closed 8 months ago

shatanikmahanty commented 8 months ago

Used freezed classes for reduced code size and better maintainability. Manual toJson and fromJson won't be necessary anymore after this change. We can directly generate them using build_runner

This is a continuation of #121.