flutterfont-awesomepubspec

Flutter: font_awesome_icon pro version give error ? How can i set path of font_awesome cloned repo?


I didn't understand how to give the path of the pro version in the current project

I read the setup from pub.dev but don't know how can I did it.

  1. followed this steps : setup information
  2. already clone a repo

enter image description here

facing one error here : zsh: permission denied: ./configurator.sh. while running this ./configurator.sh it will show error.

  1. how to give path of new font repo to my project? ( in pubspec.yaml)

    enter image description here

here is image where i stored clone repo project enter image description here


Solution

  • if you are using MAC / M1 chip then use this command to run the file

    $ cd util
    $ bash ./configurator.sh --dynamic  
    

    To exclude unused styles combine the configurator options:

    $ configurator.sh --dynamic --exclude solid