I don’t know why there are errors in packages.
It seems to be a problem after git clone, but it cannot be stopped because it is uncertain.
If you create a new flutter project, the packages and folders such as ios and lib will not be created together…
If you know how to solve this problem, please answer please.
5
Answers
I entered all directories with pubspec.yaml file and ran flutter clean->flutter pub get to resolve it. Thank you.
Try running the following command in terminal:
try using the below commands:
first do project clean and then pub get to get dependencies like below.
run this commands in your terminal.
Try the below steps one by one:
Open the terminal inside your flutter project folder and then perform,
Re-run your project.