Questions tagged [flutter-ios]
356 questions
2
votes
0 answers
Flutter - IOS App Crashes everytime when click Firebase Dynamic Link but Android App works fine
I stuck in this problem for a long time, but I haven't found any information or solution about this situation...
In Android App, it works very good which can even catch the queryParameters. But In Ios App, everytime I click my dynamic link, it will…

TonyChou
- 41
- 1
2
votes
1 answer
Flutter pusher works in Android but not in IOS
I use a package pusher_client: ^2.0.0 in Flutter it works without any problem with Android but when run my project on ios simulator I get error in the console.
when I run flutter run I get the following errors, I removed some repeated parts of the…

Zia
- 506
- 3
- 20
2
votes
1 answer
How to make different background colors top and bottom for BouncingScrollPhysics in ios?
I need to make a gray background and a white background for text and a picture (which goes beyond the white background by 20 pixels), I did the main layout, but the problem remains that due to the ios bouncing effect, when scrolling, the background…

Кирилл Кашапов
- 21
- 2
2
votes
1 answer
flutter: "fatal error: module 'location' not found" Xcode cannot found modules
I tried using the geolocator to get the current position, but Xcode (on M1 Mac/ arm64 ) was unable to detect the module. After some research, I simply changed the plugin and integrated the recommended pub locator. After that, however, the same error…

Mike Keller
- 65
- 1
- 7
2
votes
2 answers
flutter IOS: got throwToolExit error when running on simulator
I am trying run my application on IOS simulator, After pod install and run application I got this error:
[+2469 ms] Could not build the application for the simulator.
[ +2 ms] Error launching application on iPhone 11 Pro.
[ +3 ms] "flutter run"…

Cyrus the Great
- 5,145
- 5
- 68
- 149
2
votes
0 answers
Flutter/Flutter.h' file not found when building for ios
i have been having this problem for the last 2 days and tried everything i found online to solve it and so far nothing worked for me, i'm really at a loss here and would appreciate help
error :
Launching lib/main.dart on iPhone 13 in debug…

ahmed aly
- 41
- 2
2
votes
0 answers
flutter project error on ios build Flutter/Flutter.h file . mac mini m1 chip
I am using mac mini M1 chip. I have managed to install cocoapods using arch -x86_64 sudo gem install cocoapods and done pod install using arch -x86_64 pod install everything went well. But when I run my flutter project in xcode12. First i had got a…

Ananthakrishna
- 517
- 5
- 24
2
votes
1 answer
How to center align bottom navigation bar items in iphones that have default safe area in flutter?
I found that the bottom navigation bar items are not properly center aligned in some iphones which have the default safe areas in those.For eg:In this picture the items are not properly center aligned. How can I canter align these items…

Shashiwadana
- 492
- 1
- 8
- 16
2
votes
0 answers
Flutter web textfield disappearing or taking so much time to transition between two textfields
I have a flutter app that is running across android,ios and web. I have different pages that contain multiple textfields for the user to fill his info and signup/login. The textfields display no problems in the apk or the .app in ios. The main…

anass naoushi
- 859
- 2
- 10
- 25
2
votes
1 answer
How to write platform specific code for web in flutter?
In flutter, we use platform channels that allows us to call platform-specific APIs whether available in Kotlin or Java code on Android, or in Swift or Objective-C code on iOS.
How to achieve the same with web in flutter ? How can one use a npm…

vaibhavkarthik
- 21
- 1
2
votes
3 answers
Flutter Error running pod install After Upgrading Flutter version
After upgrading the flutter version to the latest Flutter 2.2.1, it gives an error running pod install, on running app on ios simulator
I have tried cleaning pods by performing the following commands but it did not fix the issue
flutter…

Javeed Ishaq
- 6,024
- 6
- 41
- 60
2
votes
1 answer
flutter: Exception : SocketException: Connection failed only on iOS Simulator
I am getting the following error when I try to invoke a REST API with dart HTTP module, this happens only on iOS Simulator, tried running the same code on an iOS Device and Android Emulator, working fine on both of them.
This is what I am getting…

Chathuranga Jayawardhana
- 416
- 2
- 21
2
votes
1 answer
My Flutter app refuses to run on an IOS Simulator
I keep getting the following error when i try running my app on an ios simulator on an M1 mac
Xcode's output:
↳
:0: error: merge-module command failed with exit code 1 (use -v to see invocation)
…

mtkguy
- 277
- 2
- 14
2
votes
2 answers
Can I use Transporter to upload Flutter iOS apps to App Store console?
I got into mobile development through Flutter, so all my contact with native platforms and techs comes from that.
So far I've been distributing my Flutter apps as the doc says, opening the build/ios/archive/Runner.xcarchive package with Xcode and…

Esteban Miño
- 103
- 7
2
votes
1 answer
App store rejected the app saying about adding apple sign in and in-app purchase
I had developed a flutter application using the conventional sign in method and 3 social logins(google/facebook/twitter). It had a subscription plan(not an auto renewal) costing only 2$ per month to get rid of the ad. It was successfully updated in…

james
- 155
- 2
- 12