CollActionteam / collaction_app

CollAction cross-platform mobile application for iOS and Android
https://collaction.org
GNU General Public License v3.0
34 stars 12 forks source link

[IMPROVEMENT]: Migrate to basic models from freezed #370

Open wizlif opened 1 year ago

wizlif commented 1 year ago

Freezed is taking a whole lot of building time.

However we do not really have to use it for the models so we are opting to use plain dart classes with equatable.

pythonhubdev commented 1 year ago

But as you have suggested this before https://codewithandrea.com/tips/speed-up-code-generation-build-runner-dart-flutter/ can we try this once?

wizlif commented 1 year ago

Would be interesting to see