You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to be able to track lifecycle changes of classes I instantiate using GetIt or WatchIt.
Something like an observer which can be passed to ProviderScope in Riverpod.
So I can log when some class is instantated, disposed, etc.