iampawan / Flutter-Instagram-UI-Clone

Instagram Ui Clone made using Flutter.
557 stars 240 forks source link

Error under Font Awesome Icons #4

Open jaasaria opened 5 years ago

jaasaria commented 5 years ago

Getter not found: 'paperPlaneO' new Icon(FontAwesomeIcons.paperPlaneO),

fireking0415 commented 5 years ago

new Icon(FontAwesomeIcons.paperPlaneO),

new Icon(FontAwesomeIcons.paperPlane),

RaghadAlwohibi commented 4 years ago

hello I am a beginner at flutter so am sorry if my problem is trivial but I really need your help :( when cloning this project to Andriod studio I get a message when downloading dependencies

--no-color packages get

what do I do to fix it?

shivanigupta19 commented 4 years ago

hello I am a beginner at flutter so am sorry if my problem is trivial but I really need your help :( when cloning this project to Andriod studio I get a message when downloading dependencies

--no-color packages get

what do I do to fix it?

Hi RaghadAlwohibi , just change the compileSdkVersion 27 to compileSdkVersion 28 in built.gradle file in src folder