Muhammad Mohiuddin

Results 7 comments of Muhammad Mohiuddin

Can you please update the code in your own branch, so I can take a look?

I have the same problem: ``` Capture Output: PILCaptureOutput Display: Capturing as many frames as possible in the next 60 seconds... Go! Done! Results: 41.367 FPS ``` ``` Capture Output:...

> In what scenario would you not want to rebuild and wouldn't it be niche enough to just not use ValueListenableBuilder ? There are many cases but the reason I...

Can someone look into it? @jacob314 @polina-c I don't think the smoke test is failing because of any problem with the code.

> You can already do this today by wrapping your Listenable in another listenable that only notifies their listeners when the condition is met. I don't think we should add...

I also have a similar problem, and @fnicastri's fix doesn't work ``` Plugin project :path_provider_macos not found. Please update settings.gradle. Plugin project :location_web not found. Please update settings.gradle. Plugin project...

This package doesn't depend on flutter, and the flutter_i18n package is a completely different package. At my job I use a simple InheritedWidget to integrate it in flutter projects, which...