What is freezed package?

Freezed is designed as a language patch, relying on code-generation to implement those missing features . Using Freezed, we will get: a simple and concise syntax for defining models, where we don’t need to define both a constructor and a property.

Read more

What is Equatable bloc?

In Bloc , we have to extend Equatable to States and Events classes to use this functionality . This helps us when it comes to stream as we need to decide state updation based on it. LoginState will not make duplicate calls and will not going to rebuild the widget if the same state occurs.10 Haz 2021

Read more