skip to Main Content

Android Studio – Update to Android Studio Chimpmunk: 'Minimum supported Gradle version is 7.3.3. Current version is 7.2.'

After update to Android Studio Chimpmunk, I get the error message on Gradle sync: Minimum supported Gradle version is 7.3.3. Current version is 7.2.' In my gradle-wrapper.properties, I have got : distributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-bin.zip In my build.gradle, I have : classpath 'com.android.tools.build:gradle:7.2.0'…

VIEW QUESTION

Android Studio – Flutter Error: Method 'addPostFrameCallback' cannot be called on 'WidgetsBinding?' because it is potentially null

Whenever I try to run flutter app, I am getting this error. ../flutter/.pub-cache/hosted/pub.dartlang.org/percent_indicator-4.2.1/lib/linear_percent_indicator.dart:162:5: Warning: The class 'WidgetsBinding' cannot be null. Try replacing '?.' with '.' WidgetsBinding?.instance.addPostFrameCallback((_) { ^^^^^^^^^^^^^^ ../flutter/.pub-cache/hosted/pub.dartlang.org/percent_indicator-4.2.1/lib/linear_percent_indicator.dart:162:30: Error: Method 'addPostFrameCallback' cannot be called on 'WidgetsBinding?' because it is…

VIEW QUESTION
Back To Top
Search