skip to Main Content

Error when I'm trying to build an android app using flutter

The error is the following: e: /Users/Houssame/.gradle/aches/transforms-3/e5c5aa35234c44d5264fd87af440dbf9/transformed/fragment-1.7.1-api.jar!/META-INF/fragment_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. [!] Your project requires a newer version of the Kotlin Gradle plugin.…

VIEW QUESTION

Flutter – Failed installing dependencies

[enter image description here](https://i.sstatic.net/V7lRfath.png) I cloned github repository on my android studio but while installing dependencies it is showing error. The current Dart SDK version is 3.5.0. Because mi_card requires SDK version >=2.18.0 <3.5.0, version solving failed it should install…

VIEW QUESTION

Flutter 3.24.0 causing too much errors

I am using to run the E-Commerce shopping app template from here: https://github.com/abuanwar072/E-commerce-Complete-Flutter-UI I used flutter 3.24.0 but got so much errors. Seems the errors were from the flutter package. How to solve this? I've tried flutter 3.22.3 also but…

VIEW QUESTION

Error with 'markNeedsBuild' in syncfusion_flutter_charts After Flutter Upgrade

I'm using the Syncfusion Chart in my Flutter application, and everything was working fine until I upgraded Flutter to the latest version. Now, I'm encountering the following error during debugging: Error (Xcode): ../../.pub-cache/hosted/pub.dev/syncfusion_flutter_charts-25.2.6/lib/src/charts/cartesian_chart.dart:1367:22: Error: The method 'markNeedsBuild' isn't defined for…

VIEW QUESTION
Back To Top
Search