No description
Find a file
2024-02-01 12:18:35 +01:00
.github chore: better dependabot.yaml commit message prefix (#186) 2023-10-20 10:57:45 +02:00
assets feat!: use shapeshifter for all animated icons - 3.0 (#196) 2024-02-01 12:18:35 +01:00
example feat!: use shapeshifter for all animated icons - 3.0 (#196) 2024-02-01 12:18:35 +01:00
lib feat!: use shapeshifter for all animated icons - 3.0 (#196) 2024-02-01 12:18:35 +01:00
snap chore: package example as a snap (#137) 2023-06-30 09:53:01 +02:00
.gitignore first commit 2021-07-02 19:08:41 +02:00
.pubignore Add example/build/ to .pubignore 2021-10-06 18:04:47 +02:00
analysis_options.yaml feat!: use shapeshifter for all animated icons - 3.0 (#196) 2024-02-01 12:18:35 +01:00
build-icons.sh Update readme (#192) 2023-12-19 20:24:19 +01:00
CHANGELOG.md chore: release v2.4.0 (#195) 2024-02-01 11:17:34 +01:00
LICENSE Rename COPYING to LICENSE 2021-07-05 21:16:16 +02:00
pubspec.yaml feat!: use shapeshifter for all animated icons - 3.0 (#196) 2024-02-01 12:18:35 +01:00
README.md Update readme (#192) 2023-12-19 20:24:19 +01:00

Ubuntu Yaru icons for Flutter

Pub

A set of Yaru icons for your Flutter application.

For an overview of all availables icons, please look at the web Example GitHub Page

example

Usage

import 'package:yaru_icons/widgets/yaru_icons.dart';

...

Icon(YaruIcons.folder)

Contributing

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:

./build-icons.sh

Copying or Reusing

This project has 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.