Anonymous Dev

Results 24 comments of Anonymous Dev

@JamesMcIntosh did you test if this happens with the memory profiler?

> > I also found this issue when drawing some text to the canvas. And since the font was not loaded when the canvas was drawn, the font remains unchanged....

Made a feature request [here](https://github.com/material-foundation/google-fonts-flutter/pull/273) @spydon seems to be working with flame components also and it is possible to make multiple calls from multiple components to preload a font at...

The map is what I used before but you can get deeply nested by doing that if the logic is just a bit more complex. Other than that I don't...

Is there any example how to use combinators? I'm assuming this would work also for 2 eithers the have different types for right? How would one combine 2 eithers and...

Hi thanks for the example. I'm still however a bit confused. In my example I have 2 futures that I work with. The first one needs to resolve because I...

For me a scenario like this comes up a lot. For example when you are working with remote and local datasources and you want to write to the cache or...

Is there any update on this? It seems nearly impossible to use wasm without more documentation on this.