Gradle threw an error while downloading artifacts from the network .. Exception: Gradle task assembleDebug failed with exit code 1

Do follow some steps: Go to flutter_app => android => gradle => wrapper directory Delete gradle-wrapper.jar file Open and edit gradle-wrapper.properties file Change distributionUrl=https://services.gradle.org/distributions/gradle-x.x.x-all.zip to gradle-7.2-all.zip or latest On terminal use flutter run command I solved my issue, hopefully yours

tech