Rodja Trappe
Rodja Trappe
Is anyone interested in implementing this? Should be fairly easy with the code provided in #407. It would be a good way to get yourself acquainted with the code base.
Looks good. Could you create a pull request? This would honor your contribution for all eternity :-)
Interesting. Its a bit frustrating that Quasar does not provide it's colors for normal css (eg. background-color). Something like ```html body {background-color: blue-4; } ``` does not work. I guess...
Sounds good
I like the approach @Diegiwg has taken with PR #433. But it does not support setting Quasar colors yet. Instead of duplicating the palette in Python we could use `hex_color...
I gave both PR's some thought. While #411 is more generic it tries to mimic the behaviour of other elements. But it's a singleton (it will not create a new...
Thanks @mannyvw for creating the PR. @paulpatarinski, could you release a new NuGet Package with this fix soon? Currently all SVG images are not preserving there aspect ratio on Android.
Oh, I have found a solution for my aspect ratio problem on Android. Just set HorizontalOptions and VerticalOptions to Center: new SvgImage { SvgAssembly = typeof(App).GetTypeInfo().Assembly, SvgPath = "logo.svg", WidthRequest...
The branch is working for me. Thanks. I changed my pubspec.yaml to contain ``` dependencies: icons_helper: git: https://github.com/nicks258/icons_helper # using git repo to fix broken icons (see https://github.com/VoltaireApp/icons_helper/issues/18) ``` See...
Thanks for reporting this @AndyPermaRobotics, but the example works fine here on MacOS. Are you testing this on Windows? About the multiple evaluation of main you may want to have...