Iosif Futerman

Results 15 comments of Iosif Futerman

RouteNode(List specs, {int depth = 0, **RegExp? matcher**}) { **patternMatcher = matcher!;** But you use it with null value in Router.didAddToChannel

I'm working on a project that requires an HTTP server and some kind of ORM data presentation model. Initially, I used an aqueduct, but with the closure of the project,...

> @ifuterman > > Glad to hear that you are interested. I actually have no idea on how to implement an ORM from scratch. So your interest is of great...

> What platform(s) are you observing this on? WEB canvasKit. We test it in chrome (windows, Mac)

Maybe is this the solution? https://github.com/dnfield/flutter_svg/issues/668#issuecomment-1786082177

> Same issue with flutter sdk 3.13.6 For me it works with 3.13.xx

> I have the same problem. Did you manage to fix it? No. I downgraded to 9.0.0. For some reason, this version works, but the last doesn`t. I want to...

The same thing. If I tap"enter" with an empty string, inside the library works method "retain" from the document\line.dart. Inside, you do the check for attributes. If some of them...

It is a challenge. I tried to do it, but I have my custom toolbar, and it is real headache.

```console ======== Exception caught by widgets library ======================================================= The following _TypeError was thrown building QuillToolbarToggleStyleButton(dirty, state: QuillToolbarToggleStyleButtonState#db6d6): TypeError: Instance of '(QuillToolbarToggleStyleButtonOptions, QuillToolbarToggleStyleButtonExtraOptions) => Container': type '(QuillToolbarToggleStyleButtonOptions, QuillToolbarToggleStyleButtonExtraOptions) => Container' is...