Equatable Package - Deep Dive [Flutter, Dart]

preview_player
Показать описание
Dart does not come with data classes that would provide overrises to ==, hashCode, etc. out of the box. Therefore, we have to either override them ourselves or use a package that will do it for us. One of the solutions is the Equatable Package. Let's see how it's implemented.

#dart #flutter #equatable
Рекомендации по теме