Skip to main content
Filter by
Sorted by
Tagged with
12 votes
1 answer
8k views

Problem: Your project is configured with Android NDK 26.3.11579264, but the following plugin(s) depend on a different Android NDK version: - connectivity_plus requires Android NDK 27.0.12077973 - ...
Yasser Mohamed's user avatar
2 votes
0 answers
301 views

I'm trying to upgrade my Flutter SDK to version 3.27.3, but I keep encountering this error when running flutter upgrade: ProcessException: Process exited abnormally with exit code 128: error: RPC ...
Syed Samad Shah's user avatar
1 vote
1 answer
307 views

I’m upgrading my Flutter project from version 3.24.1 to 3.27.0 using FVM (Flutter Version Management). After switching to the new version and running the project, I encountered the following issues: ...
Mohamed Ibrahim's user avatar
3 votes
1 answer
3k views

Flutter Upgrade Issue - Android Impeller issue on version 3.27. I upgraged to flutter 3.27 and when installed my flutter app onmy samsung galaxy note 10 lite, it stuck on black screen, there are no ...
Taniksha Sharma's user avatar
12 votes
10 answers
16k views

I recently upgraded my Flutter application to version 3.24.1, and since then, I’ve been unable to run the app. I’m encountering the following Gradle issue: You are applying Flutter's app_plugin_loader ...
Jamal Ahmad's user avatar
0 votes
0 answers
162 views

I recently upgraded my Flutter project to version 3.24.0 and started encountering the error "TypeError: Cannot read properties of undefined" on the web platform. This error didn't occur in ...
Sukaina Ahmed's user avatar
12 votes
3 answers
4k views

After upgrading Flutter to version 3.24, I created a brand new application and run it on Chrome. I am getting this exception in console The following JSNoSuchMethodError was thrown building ...
Munsif Ali's user avatar
  • 7,907
2 votes
2 answers
826 views

I'm facing the below error when I try to either run flutter pub get command for dependency installation or running the entire project. flutter pub get Resolving dependencies... (3.2s) The current Dart ...
Jeanauguste Desire's user avatar
1 vote
0 answers
111 views

I updated from Dart 3.0 to 3.2 and I am getting some execution errors. Original code using window that worked up to 3.0.5: Before Tried to change to use View class to work with 3.19.0 and over: After ...
UranusIntruder's user avatar
0 votes
1 answer
339 views

flutter upgrade Building flutter tool... Running pub upgrade... Resolving dependencies... (8.1s) Got dependencies. AppData/Local/Pub/Cache/hosted/pub.dev/http-0.13.6/lib/src/base_request.dart:144:7: ...
arshia_sir's user avatar
54 votes
6 answers
28k views

I upgraded my Flutter version to 3.16. When I run my app, I notice a lot of changes in the UI. The app bar doesn't have shadows anymore. When I scroll, the app bar is now tinted with a color and ...
Dhafin Rayhan's user avatar
104 votes
12 answers
43k views

~ flutter upgrade Unknown flutter tag. Abandoning upgrade to avoid destroying local changes. It is recommended to use git directly if not working on an official channel. i try to upgrade my flutter ...
Cfcool100's user avatar
  • 1,079
8 votes
7 answers
6k views

I was getting the below error while running the flutter application post flutter upgrade to 3.10.6 Failed to build build_runner:build_runner: /C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/...
Sanakhatun Shaikh's user avatar
0 votes
1 answer
242 views

I just upgraded flutter to the latest version and just went through a bunhc of pub dev package upgrades to make everything work. The last error I am getting I cant seem to resolve though: Resolving ...
Ten Digit Grid's user avatar
-2 votes
2 answers
368 views

I made a mobile application with Flutter, how can I transfer some minor changes, additions or edits I made within the application to the user without updating them, how can I transfer them to my ...
Emre Çifçi's user avatar
1 vote
1 answer
675 views

I just upgraded to Flutter 3.7.9 and now cannot run the app on Android. On iOS and web the app runs fine If I revert to Flutter 3.0.5, the Android app runs fine (that's also on a different branch ...
Nikko's user avatar
  • 301
0 votes
1 answer
212 views

My Project was on flutter 2.5.3 and we decdied to upgrade code base to flutter latest version (3.7.3) . My version from pubspec.yaml used to be 1.2+10 after upgrading flutter. When I run flutter pub ...
Velicheti Sowmitri's user avatar
0 votes
1 answer
2k views

when I upgrade flutter version to 3.3.8(stable latest version) from 2.10.5 VSCode Run and Xcode can't build both. (error output can see Flutter Run at the bottom in detail) Xcode version: Version ...
ddyme's user avatar
  • 1
1 vote
1 answer
1k views

I upgraded a flutter project from 2.10 to 3.3 (same error occured on 3.0). This is the error im getting: e: path/MainActivity.kt: (82, 34): Only safe (?.) or non-null asserted (!!.) calls are allowed ...
Valentin Rupp's user avatar
-2 votes
3 answers
572 views

Just now I upgraded to Flutter 3.3.0, and after that this error is showing up: The method 'FlatButton' isn't defined for the type '_PickerFieldState'. (Documentation) Try correcting the name to the ...
Anandh Krishnan's user avatar
1 vote
2 answers
2k views

I've updated my app from v2.2.10 to Flutter 3 and it shows the following error. FAILURE: Build failed with an exception. [ ] * Where: [ ] Script '/Users/user/fvm/versions/3.0.0/...
Laura's user avatar
  • 432
2 votes
2 answers
2k views

I just upgraded to Flutter 3 and my flutter project console is full of warnings. Did anyone know how to fix these warnings or should I wait for the stable update from flutter itself.
MANISH's user avatar
  • 3,388
0 votes
2 answers
2k views

After upgrading to the Flutter 3.0, I got error in package cached_network_image. /D:/flutter_sdk/flutter/.pub-cache/hosted/pub.dartlang.org/get-4.6.1/lib/get_navigation/src/extension_navigation.dart:...
Kumaresan Jackie's user avatar
0 votes
3 answers
543 views

'buttonColor' is deprecated and shouldn't be used. No longer used by the framework, please remove any reference to it. This feature was deprecated after v2.3.0-0.2.pre. Below is the code causing the ...
maddy's user avatar
  • 4,123
1 vote
1 answer
1k views

When I upgraded Flutter from Flutter 2.10.2 to a newer version, I got this error on every Flutter project I had created. Even when I created the new Flutter project (the simple counter app) when I am ...
Munsif Ali's user avatar
  • 7,907