Day

July 7, 2019
Flutter Equatable: In this tutorial, we are going to learn about Flutter equatable. Using flutter equatable we can Simplify Equality Comparisons. in order to compare different instances of the same class we have to override the == operator as well as hashcode. By default, ==  returns true if two objects are the same instance of the class. Suppose,...
Read More

Categories