Benjamin

Results 104 comments of Benjamin

Would it be possible to fix the for loop variable being typed `dynamic` instead of `String`? ```dart List? items = null; for (final item in (items ?? [])) { //...

I think this is better than what we have currently (writing the type out fully), but I think we can go all the way and removing any prefix entirely. (Related:...

I was making some classes for filters recently and the ability to be able to specify the type of the generic would be super useful and would be great to...

This could be a duplicate of #106277. Is the device you're on 120hz+?