Ahmed Elsayed
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....
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...
This extension is not currently compatible with latest version of Melos. i.e: - It complains about property `categories` is not allowed - ~https://github.com/invertase/melos/issues/836#issuecomment-2585398330~ - This issue has been resolved in...
After upgrading to Puro `v1.4.9`, building an app that uses `flutterfire_cli` fails with the following error:: ``` ERR : The current activation of `flutterfire_cli` cannot resolve to the same set...
The horizontal scroll of a parent widget only works in the bottom area of the video. This behavior restricts users from scrolling horizontally across the entire video region: https://github.com/user-attachments/assets/b4d60be0-e622-43cb-9372-2f5767efa4df To...
This is related to #724 but includes a reproducible sample. The sample highlights the quality difference by ensuring the first screen displays the same image, making the blur/pixelation issue on...
_**Note:**_ I couldn't re-produce the issue using raw streams, so you need to add the following dependencies in addition to Riverpod: ``` dependencies: drift: ^2.21.0 drift_flutter: ^0.1.0 dev_dependencies: build_runner: drift_dev:...
Currently, I can't find an option for disabling optional updates and only show mandatory updates (which is determined by using `minAppVersion`). Is there an option to achieve that? It'd be...