Mattia
Mattia
## Status **READY** ## Breaking Changes NO ## Description APIs to create cubit by extending the cubit class. Cubit and Bloc extends a common class: BlocBase ## Type of Change...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 6.0.0 ### Description Melos doesn't complete the bootstrap process if the absolute...
**Description** A use case I encounter in some situations (especially when creating complex forms) is having an object that changes over time but should not reside in the bloc state....
Currently, freezed allows deserializing/serializing typed objects using generics. However, in certain cases, it may be useful to specify a different JSON key dynamically for the generic field, depending on how...