You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(xdg_icons): replace flutter_svg dependency with jovial_svg
This allows using SVG icons that have for example the <style> attribute
set. An example of an icon theme using this is KDE's Breeze.
flutter_svg doesn't support this and without it Breeze's dark icons would
render as black even though they're supposed to be white.
See dnfield/flutter_svg#105 for context.
0 commit comments