lib/ ├── core/ # Shared application core │ ├── config/ │ │ ├── env.dart # Environment variables (generated) │ │ ├── env.g.dart # Generated environment config │ │ └── app_config.dart # Application ...
Right now, if the developer wants to migrate the data schema of a hydrated bloc, they need to implement it manually themselves in the fromJson method, hydrated blocs does not offer any "out of the box ...