akvus
akvus
> Generated notifiers need to extend the _$ base class > > ```dart > class MockAlertGroupsController > extends _$AlertGroupsController > with Mock > implements AlertGroupsController > ``` In such a...
Can you elaborate a little on how the sealed classes come in handy with placing mocks in the lib directory?
Thank you for your answer. I verified our code and we already have all calls wrapped with `addPostFrameCallback` with one exception where call is done in `onPressed`. But also based...
Hi @aditya-chavda Sure, please find it below. Copied from Sentry. We still have never seen this while testing, but reports keep landing at Sentry. Dart 3.4.4 Both Android and iOS,...