-
-
Notifications
You must be signed in to change notification settings - Fork 922
Importable flutter package (git submodule recommened) for 258 support… #900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…ed icons (svg) format
@@ -0,0 +1,58 @@ | |||
name: supertinyicons | |||
description: "A new Flutter package project." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a better description here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this file be autogenerated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I can figure out how to generate a .ttf file automatically then yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this file created?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manually uploaded all svg’s to fluttericon.com and deleting the svg’s that cannot be converted. Definitely interested in alternatives.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the purpose of this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be an artifact that can be deleted, I’ll check.
This is a great start! Thank you. I've added a few comments. My main concern is that there's an easy way to generate these files every time a new icon is added. |
This added all available svg's from this repo to a flutter icon set. Should be able to import supertinyicons.dart and import the icons directly. I plan to use this directly as a git submodule in production. Also plan to break fonts/SuperTinyIcons.ttf into individual icons to make maintenance easier. This should not impact anything you currently have implemented. Did update .gitignore to prevent flutter module uploads.