LumeCode

Results 25 comments of LumeCode

I think the loading state has a bad design which is especially troublesome with mutation calls. The initial loading state is true even if executeOnListen is set to false. It...

@xni06 If you could possibly raise the `flutter_map` dependency version to 0.14.0 as well.

My previous encounter (4-5 months ago) with that particular fork was less reliable compared to this one. I switched back to the doug-martin library for our codebase. It might be...

@smolinari I can't recall the exact problem I encountered (I think it related to one of the decorator hooks being skipped), but I remember vividly that, at that time, the...

Thanks @TriPSs @smolinari. Glad to see that your fork is actively maintained. I'll surely try it out again.

It's actually `flutter pub run icon_font_generator:generator` that works. A typo in README.md

@GiorgiaDiPlacido Make sure you have v4 installed. On v3 the command name was different.

@Ghustavh97 I appreciate the response, I tried the traceResolution but it resulted the same, this is side-by-side of the expected and actual result: ![compare](https://github.com/oslllo/svg-fixer/assets/63221039/54d384f3-3b9a-4f80-82ee-aeb7ae4df5cd) And regarding the reproduction steps you...

@Ghustavh97 fontello gives below error: `If image looks not as expected please convert to compound path manually. See [wiki](https://github.com/fontello/fontello/wiki/How-to-use-custom-images#importing-svg-images). Skipped tags and attributes: stroke,fill-rule,fill`

icomoon.io worked and it has a flutter class generator too. Thanks for the amazing work here.