Flutter AAPT: error: resource android:attr/lStar not found. Solutions
Cause: Some packages use compileSdkVersion:30. In this SDK version, there are no attribute names lStar.
Solutions:
You get a package name in the error message where the attribute lStar is not found. Find the package name. In my case, that was flutte...
ratulhasanruhan.hashnode.dev1 min read