Mateus Felipe C. C. Pinto
Mateus Felipe C. C. Pinto
@spebbe I'm going to try this inverted approach, and remove teory details to a minimum so teory proficients will know what this does means with just a glance. Plus, add...
@spebbe I have a little question regarding `FirstSemigroup` and `firstSemigroup()` usage. What is the difference in the use-case of these? In my understanding of the code the only difference is...
@spebbe I rebased to `0_9_0_wip_2` with no problems and I'm going to proceed with the work.
@pedromassango I'm working only on in-code documentation, so I can't really help you with this. I don't know how is things at @deanriverson side. However, you can check other sources,...
I'm also having this problem with my application. It was running stable on production for almost a year and suddenly, in a new deploy, it started to throw this error.
As I was giving a look, it seems `fontify` does not works with SVG table, and I think this is the reason my SVGs colors disappear. Is that right?
Ok, so I made some tests and it seems that even if I put an SVG Table in the font generated by `fontify` with the desired SVG, Flutter will render...
This repository seems to have been abandoned. Thus, I am closing this.
Related: https://github.com/flutter/flutter/issues/79365
I also need this for currency masking. For example, if I have a currency mask and I input "1", I expect the mask to be applied as `$ 00.1` instead...