skip to Main Content

BuildConfig could not resolve after upgrading Android Studio to Flamingo | 2022.2.1 Patch 1

My project ran on the device successfully but when I upgraded my project BuildConfig file did not resolve classpath 'com.android.tools.build:gradle:8.0.1' distributionUrl=https://services.gradle.org/distributions/gradle-8.0-bin.zip compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } kotlinOptions { jvmTarget = JavaVersion.VERSION_17.toString() } I have done Invalidate Caches... and…

VIEW QUESTION

Flutter – I am not even using FlatButton or RaisedButton but i am getting these errors. I have searched my whole project. Also can't understand below errors too

/C:/Users/Dell/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_platform_widgets-1.20.0/lib/src/platform_dialog_action.dart:171:14: Error: The method 'FlatButton' isn't defined for the class 'PlatformDialogAction'. 'PlatformDialogAction' is from 'package:flutter_platform_widgets/src/platform_dialog_action.dart' ('/C:/Users/Dell/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_platform_widgets-1.20.0/lib/src/platform_dialog_action.dart'). Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. return FlatButton( ^^^^^^^^^^ /C:/Users/Dell/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_platform_widgets-1.20.0/lib/src/platform_button.dart:269:14: Error: The method…

VIEW QUESTION
Back To Top
Search