Quijx
Quijx
> It does require the user to opt in though, in the functional widget example, and I think all of these examples? On the original declaration, the user has to...
This bug is still present in Dart 3.2.0 stable. Also this issue needs the `feature-extension-types ` tag i think.
I am having this problem too. Hive should absolutely not mess with the documents folder. This folder is only for the user to manage manually. Now my documents are spammend...
I just noticed, that with the changes from the master branch this does not seem to be a problem:  But I must say that I am not a fan...
Is this proposal a replacement/evolution of #1479? To me it looks like almost the same expressive power with the same syntax, just a different way to define the tag processor/string...
As a possible solution to the async problem I propose that the way the tagged string is desugared depends on the type signature of the tag processor. For example here...
Is this feature still being pursued even if the metaprogramming does not end up needing it? I feel like this could still be a very usefull featue in any case....
I am having this problem currently. I want a card around parts of a text, but when I have a `Text` widget nested inside of a `WidgetSpan`, this causes the...
For future people who might have this problem, here is a workaround I found. Not pretty, but seems to work ok. ```dart class NonScalingWidgetSpan extends WidgetSpan { const NonScalingWidgetSpan._({ required...
@LongCatIsLooong > While inline images should scale with the text by default [...] I would not agree with that. Say you have an image in a widget span, but you...