after upgrading to the latest version 3.0.0 then some various bugs appear in some of my projects that run well before
i have tried some ways
- Flutter clean then pub get again
- delete pubspec.lock
- clean the .pub-cache
- upgrade gradle to 7.4
- upgrade ext.kotlin_version to '1.6.10'
- change android -> build.gradle -> buildscript & allprojects jcenter() to mavenCentral()
- upgrade Android Gradle Build version to the latest "classpath 'com.android.tools.build:gradle:7.1.3'"