simhead

Results 3 comments of simhead

I did followed the requirement and still getting the message. here are some details for my env: flutter --version ``` Flutter 3.22.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision...

I have tried as suggested and still getting the same error: ``` allprojects { repositories { google() mavenCentral() } } rootProject.buildDir = "../build" subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" } subprojects...