I encountered this error in Flutter after upgrading Gradle. Cleaning the Gradle build resolved the issue. To fix it, run the following commands in your terminal:
cd android/ && ./gradlew clean && cd ..
Then run:
flutter clean
flutter pub get
flutter run