Benjamin

Results 48 comments of Benjamin

Forgive me if I'm wrong, would this issue pave the way for something like this to be implemented? ```dart final result = if (foo) { final value = _someMethod(); value...

This would be very nice to have. I know the underlying `VectorGraphics` widget takes an `errorBuilder`, and I was considering submitting a PR, but I couldn't get it the `errorBuilder`...

Hey @dnfield! How has this changed since `vector_graphics` is now the backend? I have this inconspicuous SVG here that is ~547kb. I used the vector_graphics_compiler to create a binary but...

> This particular SVG is very detailed and would probably be better to ship as a raster asset. We have shipped this as a WEBP for the time being (the...

TimeOfDay and Color are unique to Flutter which the Hive repo doesnt have flutter built in

Since dart-lang/sdk#44395 is now on hold in favor of dart-lang/language#870, and that there's no clear timeframe on it landing (it's not even accepted into the language yet), can we get...

When I'm typing in the editor and press Tab, the focus leaves the editor and goes first to the "New" button, etc. I almost never notice the focus change and...

Brave Version 1.63.165 Chromium: 122.0.6261.94 EDIT: I can also reproduce on Microsoft Edge Version 122.0.2365.63 To reproduce: 1. Load dartpad.dev 2. Click into the text editor 3. Press Tab 4....

In general, I am in favor of this however I am also a big fan of this pattern here which AFAIK there's no equivalent behavior in Dart's pattern matching syntax:...

Alright, though I do have a specific case where I need a block body so a switch expression won't work there, but I'll just force-enable `when` generation for that class...