Is your feature request related to a problem? Please describe.
Yes, this library depends freezed: 2.x but my project depends on freezed:3.0. It fails when resolving dependencies.
Describe the solution you'd like
Remove feezed because I think freezed is not necessary for this project. It's not heavily used across the project, we can create classes on our own instead.
Is your feature request related to a problem? Please describe.
Yes, this library depends
freezed: 2.xbut my project depends onfreezed:3.0. It fails when resolving dependencies.Describe the solution you'd like
Remove
feezedbecause I thinkfreezedis not necessary for this project. It's not heavily used across the project, we can create classes on our own instead.