Questions tagged [flutter-ios]

356 questions
3
votes
0 answers

FlutterEngine navigationChannel setInitialRoute not working

I am trying to integrate a flutter module in my iOS native app and would like to open different routes based on the option user selects on home screen. As per the Flutter documentation , one can invoke initial route on flutter engines navigation…
3
votes
0 answers

FCM Background handling in Flutter - iOS

What I want to achieve I'm implementing FCM in flutter for iOS in such a way that in every state (foreground, background and terminated) when the notification is received, we need to show an alert with sound on the screen for some time (Say 2…
3
votes
3 answers

BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug === The path does not exist Command /bin/sh failed with exit code 255

Im getting the following error when running my flutter app as iOS. And when i run it as Android on Android emulator, it builds successfully and it works fine. I don't know whats wrong with the iOS part. BUILD FAILED Xcode's output: ↳ ===…
davidmcharo
  • 61
  • 1
  • 5
3
votes
1 answer

Flutter: What Material Widgets are working on iOS?

Does anybody know: Can I build an iOS app completely with Flutter's Material Widgets, or are there any functionality issues? Is there any documentation on what Material Widgets are working on iOS? (I'm not talking about design / UX implications…
rgisi
  • 858
  • 6
  • 21
2
votes
0 answers

Flutter SSO (Single Sign On) through SAML

I want to add authentication through SAML in flutter app.But I didn't find any helpful doc or package for integration with flutter. So any suggestion will be of great help.
Adnan khan
  • 71
  • 1
  • 4
2
votes
0 answers

Flutter - MobSF - Static Analysis

I have created a flutter IOS project(empty with default page), prepared the IPA, then submit to MobSF Static analysis. Without adding anything on it, i get 2 high severity issues. 1. Binary makes use of insecure API(s) CWE: CWE-676: Use of…
topspindex
  • 41
  • 5
2
votes
2 answers

Parse Issue (Xcode): Module 'path_provider_ios' not found

when i am build the flutter app in xcode , i am getting error "Parse Issue (Xcode): Module 'path_provider_ios' not found" so could you please provide solution was is missing .
jaydev
  • 1,629
  • 5
  • 17
  • 31
2
votes
1 answer

Flutter iOS build fails with multiple errors in ios/Runner/AppDelegate.swift

I built a Flutter 2.10.5 app that works well on Android. I am now trying to build it for IOS with codemagic devices but I get some errors: /Users/builder/clone/ios/Runner/AppDelegate.swift:11:9: error: expected expression in list of expressions …
Kantine
  • 747
  • 6
  • 14
2
votes
1 answer

Audio on Android works normally, but when I play it on ios it gives this error knowing that the audio url is from firebase

error : flutter: (-11828) Cannot Open flutter: #0 AudioPlayer._load (package:just_audio/just_audio.dart:840:9) #1 AudioPlayer._setPlatformActive.setPlatform (package:just_audio/just_audio.dart:1421:28) #2 AudioPlayer.play…
Rami
  • 21
  • 4
2
votes
1 answer

New Window Pop not working in iOS flutter_inappwebview while doing Payment from RazorPAY

Here Im using a web URL for RazorPay payment. There is razorpay_plugin but due to some requirement I want to integrate from Web URL. For WebView im using in flutter_inappwebview plugin. In android, Razor Pay test mode is poping up the new window and…
2
votes
0 answers

Can I safely delete the 'macOS' folder generated by 'flutter create'?

Whenever I run flutter create my_app_name it generates a number of folders (such as 'lib', 'ios', 'android', 'build') which in my case I do need. Since I'm just interested in developing (mobile) apps for both iOS and Android, there are also some…
Savvy
  • 489
  • 4
  • 16
2
votes
1 answer

flutter build ipa works locally, but not when run on github actions on the same machine

I create an empty flutter project using Flutter 3.0.0 (also tried 2.10.5). I can build it, run it on my iPhone and archive the app from the command line. When running the same commands through Github Actions Im unable to archive my app. The same…
2
votes
0 answers

Recieve firebase dynamic link suffic in onGenerateRoute in iOS flutter

Suppose I clicked on a dynamic link like this https://jackui.me/znV8 (demo dynamic for ex) then I receive /znv8 in my onGenerateRoute in the Material app and then on firebase dynamic listener I want to receive the resolved deep link in just firebase…
Lalit Rawat
  • 1,022
  • 2
  • 17
  • 39
2
votes
0 answers

Running flutter on a real iOS device Automatically signing iOS for device deployment using specified development team in Xcode project

I've been facing this problem when i try to run my flutter app on a physical ios device and tried everything I could find but nothing works. Could not build the precompiled application for the device. Uncategorized (Xcode): Command…
2
votes
1 answer

Error when building Flutter v2.8.1 iOS app on M1 MacBook. : error=-402652958: Error Domain=com.apple.dtdevicekit Code=806

I am developing a Flutter v2.8.1 app on M1 MacBook. There is a problem when building with iOS. I've tried all sorts of ways for a long time, but nothing works. The same project builds fine on Intel MacBook. I also ran the command below. > sudo gem…
Raymond
  • 473
  • 3
  • 18