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
to work on the icons and then build the font, you need to install the icon_font_generator tool:
dart pub global activate -sgit https://github.com/Jupi007/icon_font_generator.git --git-ref yaru
Source SVGs files are located inside ./icons. The final icon name is determined by subfolder_name + icon_name (Ex: icons/mimetype/text-plain.svg will be named mimetype_text_plain).
After modifying or adding icons, you must run the build script, which will generate the icon font:
Add a new mapping into the resolveVariant method inside inherited_theme.dart
Copying or Reusing
The theme and widgets are licensed under Mozilla Public License Version 2.0.
The icons have mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).
The icon assets (any and all source .svg files or rendered .ttf font) are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 License.
Included scripts are free software licensed under the terms of the GNU General Public License, version 3.
About
Ubuntu Yaru Flutter widgets and themes for building desktop and web applications