Open brent-williams opened 5 years ago
@brent-williams, I believe the problem is that there are no icons "selected." Uploading custom svg isn't sufficient to include them in the output TTF/Dart package; they also need to be selected.
You can either select them in the web interface by clicking on them and re-download the config, or just change "selected": false
to "selected": true,
for the two icons directly in the config.json file.
I'll leave this ticket open to create a nicer error message when this happens.
Thanks @ilikerobots, I can confirm changing selected
to true got rid of the error. Leaving issue open for you to resolve when you see fit.
The fluttericon.com site is great but I'd like to integrate the svg -> ttf process into an automated build. Below gives an error on a simple test of two svg files, the config file came from fluttericon.com. Any pointers/suggestions on where I can go to resolve? Many thanks.
config.json: