Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gleatd01
Copy link

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.

@@ -0,0 +1,58 @@
name: supertinyicons
description: "A new Flutter package project."
Copy link
Owner

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can do.

Copy link
Owner

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?

Copy link
Author

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.

Copy link
Owner

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?

Copy link
Author

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.

Copy link
Owner

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?

Copy link
Author

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.

@edent
Copy link
Owner

edent commented Apr 21, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants