roughike / inKino

A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.
https://inkino.app
Apache License 2.0
3.64k stars 704 forks source link

I have a doubt about why override == operator and hashCode #93

Closed marekchen closed 6 years ago

marekchen commented 6 years ago

I have a doubt about why override == operator and hashCode

marekchen commented 6 years ago

@roughike Please help!

roughike commented 6 years ago

See the conversation here.

To help this manual boilerplate, you could use built_value, but I didn't want to include it in this project, as at least at the time, it included some more manual steps in the build process.

marekchen commented 6 years ago

thank you very much!