ScerIO / icon_font_generator

☣️ Flutter Icon Font Generator
https://pub.dev/packages/icon_font_generator
Other
96 stars 50 forks source link

Make IconData private by default #5

Closed hanneskuettner closed 4 years ago

hanneskuettner commented 4 years ago

Don't expose generated IconData by default as it is not needed for using the icon font and it is a nicer style similar to how larger flutter icon libraries do it.

While I was at it I also fixed typos and improved the code generation with a clearer generated code message and less new lines.

hanneskuettner commented 4 years ago

I just realized an error in my code. I did not adjust the constructor name in the template. I'll open a new pull request in a second.