我正在使用gitlab构建适用于Android的Flutter应用。在构建步骤中,使用flutter pub get
安装了所需的软件包。
我要缓存在此过程中安装的所有软件包吗? what is the default location for flutter to install packages on linux?
以及Is there any other folder that should also be cached that should speed up "flutter build appbundle"?