Questions tagged [flutter-ios]

356 questions
1
vote
0 answers

Jointtype of google_map_flutter not working in IOS

Im using google_map_flutter for implementing map,but i need to use the property jointype of polyline and i changed the jointype to round but it doesnot make any change. The exact use of polyline is for i need to curve the joints of polyline whenever…
1
vote
1 answer

Flutter iOS sign in with apple not showing email after revoking token

With the apple user deletion policy Apps that support account creation must also offer account deletion to give App Store users more control of the data they've shared while using your app. I successfully refresh and revoked the token with the…
1
vote
3 answers

No podspec found for `flutter_user_agentx` in `.symlinks/plugins/flutter_user_agentx/ios`, while running application on ios. Android is working

I am trying to run my flutter application in ios, and while pod installs I am getting an error ([!] No podspec found for flutter_user_agentx in .symlinks/plugins/flutter_user_agentx/ios). I am using a dependency named "flutter_user_agentx", On…
1
vote
0 answers

Android Studio and VS Code stuck on "Syncing files to device" when trying to debug flutter app on iOS simulator with M1 mac

I am working on a flutter app with my M1 MacBook Pro and can't get the debugger of Android Studio or VS Code to work with an iOS simulator (iPhone 14 Pro with iOS 16.2). When I try to start debugging in Android Studio I get this output in the…
Moritz Lahme
  • 53
  • 1
  • 5
1
vote
0 answers

Flutter module in native ios app is not completely closing the module

I'm facing issue after integrating flutter module into a native ios app. After closing the flutter module either by using SystemNavigator.pop(animated:true), when trying to open it again from native ios app, the flutter module lands on the recently…
Sara Lisa
  • 11
  • 1
1
vote
2 answers

pod lock file not generating all the dependencies are downloading in flutter

getting this error while pod install NoMethodError - undefined method `=~' for [["PICKER_MEDIA=1"], ["PICKER_AUDIO=1"], ["PICKER_DOCUMENT=1"]]:Array /usr/local/lib/ruby/gems/3.2.0/gems/cocoapods-1.11.3/lib/cocoapods/target/build_settings.rb:446:in…
Adarsh Singh
  • 93
  • 2
  • 11
1
vote
0 answers

Flutter Module Embedded in native IOS displaying white screen when comes to Foreground from Background after long period of time

We are currently facing an issue with Flutter module embedding, specifically in iOS. We are embedding a flutter module into an existing native iOS application application using plugin frameworks in Xcode and Flutter framework with CocoaPods. We are…
1
vote
1 answer

Build error after adding image_picker 0.8.6 dependency in flutter ios project

After adding image_picker 0.8.6 into my pubspec.yaml file i get this error in my terminal and then it fails to run, here are images of the error and my info.plist fileBuild error 1Build error 2[info.plist file 1] info.plist 2 I edited my info.plist…
1
vote
0 answers

clang: error: no such file or directory: 'FirebaseInstallations' in Flutter IOS

I migrate my flutter app from flutter 2 to latest(3.3.8) successfully, now i am trying to run my flutter app on IOS simulator 11 pro max. Pod is installed successfully but it failed here. Here are the error messages with i try to run with…
Ahmad Raza
  • 758
  • 7
  • 26
1
vote
1 answer

Flutter NO_RENEGOTIATION(ssl_lib.cc:1725) error 268435638

I'm not sure why this API I'm requesting is throwing this error for only dart. For some reason dart throws this error when I attempt to make a POST request: Unhandled Exception: NO_RENEGOTIATION(ssl_lib.cc:1725) error 268435638 #0 …
1
vote
0 answers

Soft Wrap in Text doesnt shrink it's width Flutter

i want to show that some menu is premium, but somehow when text is wrapped, they doesn't lose its width. here is the example Result: Here is my code return ListTile( contentPadding: const EdgeInsets.fromLTRB(30, 0, 16, 0), title: Row( …
Nur Hazbiy
  • 21
  • 3
1
vote
0 answers

How to solve the given algorithm issue?

Basically, I am trying to fetch all comments through pagination and it's working nicely. But in case of reply, I am trying to fetch and show reply which comment has reply only and I am showing in listview builder. But problem is all reply is showing…
1
vote
1 answer

Flutter iOS Validation -A value for the key “WKApplication“, or “WKWatchKitApp“ if your project has a WatchKit App Extension target, is required

I working on a flutter app that interacts with a similar smaller version as watch app. For Android I'm not faceing probelms. But I'm still struggling with iOS. After I created the default flutter app and added a watch as target, I tried to test…
F.M.
  • 630
  • 1
  • 5
  • 18
1
vote
2 answers

Flutter: how to fix callkeep is not showing incoming call screen when the app is in background in ios?

I just build a video call app in flutter for android and ios, I used callkeep to show incoming call notification and fcm push notification. In ios it works when the app is in foreground. but it is not showing when the app is in background. In…
Panther
  • 29
  • 4
1
vote
0 answers

Flutter: How to show Ios incoming call not showing when the app is in background?

I have implemented a video call and I use callkeep to show incoming call notifications. when I received a call invitation from agora_rtm engine. It shows incoming call notifications when the app is in foreground. but when I minimize the app, I see…
Fasikaw
  • 141
  • 2
  • 6