wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

[fix] delete "abstract" of freezed model #101

Open matsushitak opened 2 years ago

matsushitak commented 2 years ago

What does this change?

https://github.com/rrousselGit/freezed

The abstract keyword As you might have noticed, the abstract keyword is not needed anymore when declaring freezed classes.