ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
198 stars 35 forks source link

chore(example): add missing icon #879

Closed Feichtmeier closed 6 months ago

Feichtmeier commented 6 months ago

Now all icons are searched with ls -l | grep -v ^l >> icons.txt, so the list is complete. I started manually in apps when realizing that this is no fun. Eventually the github dart package can be used to get the names automatically, if it can filter out symlinks. Otherwise it is not really a problem with the bash command.