I am using:
- IntelliJ IDEA 2020.1.2, build
#IU-201.7846.76 - Flutter Plugin, version
53.0.1 - Dart plugin, version
201.7846.93
I created a project with the command flutter create --androidx <name_project> by the terminal of above ide.
When I build or run the project I met problems with dependencies of Flutter or something else...
But I still not understand the problem and what caused that after I tried my best for researching on the internet. Although I run flutter doctor command and everything is "Ok" but still an error. Many thanks for the helping!

