Ahmed Elsayed
Results
22
issues of
Ahmed Elsayed
**Describe the bug** When a widget uses `ref.listen` to listen for a provider and that widget rebuilds, `ref.onCancel` is getting unexpectedly called. The behavior when using `ref.watch` works as expected....
bug
needs triage
i.e: ```dart mixin FooMixin { @MappableField(key: 'some_new_key') String get some; } @MappableClass() class Foo with FooMixin, FooMappable { const Foo({ required this.some, }); @override final String some; } ``` or...