Josip K
Josip K
@JaffaKetchup Thank you for your help. I've implemented it like you wrote and it works great. This is the way I implemented the dispose method: ``` /// Disposes [FlutterMapTileCaching] Future...
It's used so I can have information about initialization and disposal of various classes in the console. It's something like a `BlocObserver` which you can check **[HERE](https://bloclibrary.dev/bloc-concepts/#observing-a-bloc)**. I would like...
I would love to have the ability to log when instances get created and when they get disposed. Whatever the reason for disposal is, logging would help me get a...