halfmage / pixelarticons

👾 Beautiful pixel icons. For the pixel vibes.
https://pixelarticons.com
MIT License
440 stars 13 forks source link

How can I be aware about breaking changes? #10

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

I'm currently working in a Dart library pixelarticons (not available yet) that helps people to use your wonderful icons inside Flutter apps

I'm creating an script which:

As you can see the library will be strongly dependant where do you put the icons, so what I want to know is how can I be aware previously that you'll change the folder location (maybe remove the icons from the svg and move somewhere else)

Or if you are not planning to move or change at all

Thanks for your icons, I always use them in my project since they you icons are really well-made and my projects always have the pixel art vibes =)

alexrintt commented 2 years ago

I saw that I can use the releases instead folder SHA, seems to be more stable than the first approach

halfmage commented 2 years ago

Hey @lakscastro!

Thanks for asking, but I am not planning to change the location of icons or the icon folder in any time soon. Happy to hear that you like the icons!

alexrintt commented 2 years ago

Hey @halfmage

Good to know, the package is now available! thanks for your efforts.