Raman Verma
Raman Verma
Hi, I was also facing similar issue when adding ``bloc_test``. In my case the real culprit was ``build_runner`` and ``freezed``. This fixed my issue: ```yaml build_runner: ^2.3.0 freezed: ^2.2.0 ```...
Hey @felangel could we expect the support for macOS since [#118421](https://github.com/flutter/flutter/pull/118421) was merged recently? Also Linux support would be great as well.
I've been looking into ways to implement this FR but haven't really made any progress thus far. I don't see any solution other than to manually check if WiFi, Bluetooth...
+1 for this. Whenever I want to create a quick snippet or test a small piece of logic/code. My first instinct is to do it in dartpad. The new version...
Same for me`Cmd + Shift + Plus` doesn't work on `Sequoia 15.2` but `Cmd + Shift + Minus` works. However, `Cmd + =` and `Cmd + -` does increase and...