Ray Li

Results 145 comments of Ray Li

The issue was a Dart language limitation that did not support generic type nullability. With the latest Flutter v3.19, nullable generic types now flow through correctly and the awkwardness can...

KK, taking a look. Thank you for raising this issue.

I don't understand what Flex solves here. Can you help me understand?

Will merge today, thank you. On Fri, 23 Feb 2024, 1:21 am Ninja260, ***@***.***> wrote: > bro @rayliverified . I am waiting > response from you. :) > > —...

Apologies for the confusion. ConditionalRouteWidget is from my other NavigationUtils package. I'll remove it from the example in the next release to avoid confusion. Learning moment for me :heart: :book:

Good news! If you use the `builder` property in MaterialApp, all ModalRoutes (including dialogs), will be wrapped with the builder. If you pass ResponsiveBreakpoints.builder() to the `builder` property like in...

If you're using MaterialApp directly, you can use the example in the ReadMe. ```dart class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( builder: (context, child) =>...

Text aliasing is odd and might depend on the font used. What font are you using? Image aliases even with scaling on some devices. The fix for that is to...

Oh wow, that's an interesting find. I'll see if I can follow up on this when I have time. I haven't been using Impeller yet so I wonder if the...

Interesting...