Questions tagged [flutter]
Use this tag for questions about the Flutter cross-platform UI toolkit. If your question is platform-specific, tag the platform as well (e.g., [android], [ios], etc.). You may also wish to include the [dart] tag for coding questions.
flutter
4
questions with bounties
1
vote
1
answer
56
views
+200
Flutter Project Hitting libflutter.so not found on Windows 11 Home
Unable to launch flutter app on Windows 11 Home device. Even flutter doctor -v shows no error. Does this mean i have to get a Mac ?
Hitting the error during VS code run without debugging/Start ...
0
votes
0
answers
45
views
+50
embedding flutter in a web app (memory management)
I've embedded a flutter app in an angular dart web app. While testing, I've put print statements in the "create" and "dispose" of my providers and am only seeing the create ...
1
vote
1
answer
78
views
+100
Error updating Flutter project: CocoaPods could not find compatible versions for pod "webview_flutter_wkwebview"
When attempting to update my Flutter project to a new Flutter version, I encountered the following error related to CocoaPods and the webview_flutter_wkwebview plugin:
[!] CocoaPods could not find ...
0
votes
0
answers
57
views
+200
flutter custom paint road path
i have this code in flutter , iam using a custom paint to draw a "road like" and the path is done but when i draw circles inside it this happens :
and here is what i want :
and here is my ...