There were no flutter folder structure in my dart projects. I realized i dont have gradle when i go to preferences to search its path in android studio. I ran the terminal to be sure and there was no gradle. Then i searched it in finder.
First I found gradle folders inside flutter. I scrolled down and see the last one dates back to 30th november 2017 which is strange because I bought mac in 2020 and installed flutter on 15th February 2022. My mac is MacBook Air 2017 and the version is monterey 12.2.1 2017.
I scrolled down a little bit more and saw there is gradlew and gradle wrapper created at 2017. strange gradle files and their path were
gradlew: /Users/kocel/tools/flutter/bin/cache/artifacts/gradle_wrapper/gradlew
gradle-wrapper.jar: /Users/kocel/tools/flutter/bin/cache/artifacts/gradle_wrapper/gradle/wrapper
I had too much struggle during installation which i mentioned in here:https://stackoverflow.com/questions/71209535/flutter-xcode-installation-is-incomplete-missing-cocoapods-installation and maybe the main problem was this strange files. Any idea?