Michel Feinstein
                                            Michel Feinstein
                                        
                                    When I do control+option+enter I get this: Which if I am not mistaken is the "Enter" button for the number pad. If I do shit+command+enter I get this: Which is...
I took a look at the source code for some streams and I can see it uses very small durations, so I assumed there was no way to inject a...
I think tests should be easy to setup, zones can get cumbersome to manipulate. The clock package should be better IMO.
Also, I don't think we should reinvent the wheel, studying how RxJava solves this should be better, as the mechanism probably covers lots of use cases for asynchronous testing of...
> This is an uncommon use-case that Flutter's API currently supports. We may choose to support it in Impeller with a performance penalty. > > See https://api.flutter.dev/flutter/dart-ui/Paint/isAntiAlias.html @zanderso I think...
But this is only possible with a CustomPaint widget, right? I have seen AA issues in widgets with different colors close to each other, like trying to make a data...
@chinmaygarde thank you for the explanation. @mateusfccp it would be nice to validate these points with the cases we run into this AA issue in the past, by testing them...
FYI: I see my bottom navigator SVGs "blinking" when the main screen opens, the same behavior we see with asset images. My bet is not on this library's performance, but...
There are other ways of solving this: 1 - Precache SVGs as described here. 2 - Create a dart file where each of your SVGs are a String. Since they...
Never tested it on the Web, could you elaborate more on why it doesn't work in the web?