Bart Selwesiuk
Bart Selwesiuk
@dnfield The `color` property is currently parsed on [`svg`](https://github.com/dnfield/flutter_svg/blob/d2ca8bdc35ec4aac33a878852715b4a27e36851c/lib/src/svg/parser_state.dart#L88), [`g`](https://github.com/dnfield/flutter_svg/blob/d2ca8bdc35ec4aac33a878852715b4a27e36851c/lib/src/svg/parser_state.dart#L155) and [`symbol`](https://github.com/dnfield/flutter_svg/blob/d2ca8bdc35ec4aac33a878852715b4a27e36851c/lib/src/svg/parser_state.dart#L182) elements using [`parseColor`](https://github.com/dnfield/flutter_svg/blob/3ffb3bc511e1fea42723b042a7d6a190df23dade/lib/src/svg/colors.dart#L9) method which seems to include alpha values. Is there something I'm missing here? 🤔
Thanks for this issue @cekrozl1! @orestesgaolin It seems that `createLocalImageConfiguration` may be called outside the build method, but internally it uses `BuildContext.dependOnInheritedWidgetOfExactType` which is inappropriate to use in `initState`. Normally,...
I can confirm that this works for adding the plugin to Audacity on MacOS Ventura 13.0 with Audacity 3.2.2.
@tpetersons Did you manage to get any noise supression working on M1 Mac?
@werman I could try to debug/produce logs or we could have a session to understand this if that would be any helpful. I am using MacOS Ventura 13.0 with Elgato...
We run into some limitations with @rafaelortizzableh when using [desktop_webview_auth](https://pub.dev/packages/desktop_webview_auth), mainly, the user needs to log in to their social platform, even though they may already be logged in in...
> If you could share a reproduction with the SVG and size values and device information that would be helpful. @dnfield Try this icon: ```svg ``` With the following size...
I am also running into the same issue in production. Did you find any solution to that @markusrubey? ``` minified:jI: PlatformException(error, NoSuchMethodError: method not found: 'track' (mixpanel.track is not a...