Tim Maffett
Tim Maffett
@goderbauer I have not had a chance to connect with @dkwingsmt but I will put this on my whiteboard to get to it. It has crossed my mind several times...
No problem. Enjoy your vacation! (and thanks for letting me know!)
I fixed the kroki package so that it can accept sdk 2.12.0 which the CI is using, the test should be able to run now 🤞 (the test do not...
I created a interop wrapper package for mermaid.js and have submitted a PR to illustrate the changes needed to the markdown example code to support mermaid diagrams. [Here is an...
Unfortunately the last time I checked the tags that they use for each icon are not available. If you can find these in a repo somewhere then it would be...
I have found that the [update_symbols.py](https://github.com/google/material-design-icons/blob/master/update/update_symbols.py) file contains a reference to a file URL `_METADATA_URL = "http://fonts.google.com/metadata/icons?incomplete=1&key=material_symbols"` which when referenced results in a `json.txt` file being downloaded that contains information...
Using the metadata information from the file above I am in the process of augmenting the documentation for each icon with category and tag information, to ease in finding icons...
The icon preview for material icons is something that is implemented through the dart/flutter extensions for Visual Studio code. It would be possible to create a visual studio extension to...
Oh, I just noticed you are talking about Android Studio, but this is the same issue. The android studio feature is discussed here: https://github.com/Dart-Code/Dart-Code/issues/1707 Basically for the material icons an...
Well I take it back - it looks like IntelliJ has support for non-standard icon preview https://github.com/flutter/flutter-intellij/pull/5595 I will look into this.