I want to build flutter application without internet, So I have downloaded the dependency in one system then I transfer whole .gradle folder to the other system. Now I am trying to build the application without internet, but gradle is throwing an exception.
Plugin [id: ‘com.android.application’, version: ‘8.3.2’, apply: false] was not found in any of the following sources:
Gradle Core Plugins (plugin is not in ‘org.gradle’ namespace)
Plugin Repositories (could not resolve plugin artifact ‘com.android.application:com.android.application.gradle.plugin:8.3.2’)