Questions tagged [flutter-ios]

356 questions
0
votes
1 answer

Flutter- How to know AudioService is stopped?

I am working with audio_service flutter package. I want to pop a player page if Audio Service stops. How to get the Audio Service stopped event? I didn't find any events to check if service is stopped
Ranjit Shrestha
  • 622
  • 6
  • 24
0
votes
1 answer

How to force focus on an image once page loads with Flutter?

I can't seem to find documentation on Focusing on anything other than a TextField on initial load of a page. I have a Terms and Condition page and I am trying to make the first item on the page (being the logo) to focus first. Instead, the first…
Crystal
  • 1,425
  • 1
  • 22
  • 34
0
votes
0 answers

In what situations is the animation warmup reset? (iOS)

https://flutter.dev/docs/perf/rendering/shader says: On iOS, “first run” means that the user might see jank when an animation first occurs every time the user opens the app from scratch. But in my device (iPhone 5S) *First open after app…
winfini
  • 79
  • 1
  • 1
  • 4
0
votes
0 answers

Unable to identify null value in flutter ios app

I'm trying to debug an ios app that I wrote with flutter. The android version works fine, but the ios version seems to constantly spit up when getting to a specific screen by pushing a button. The error is: Another exception was thrown:…
llaskin
  • 789
  • 2
  • 9
  • 24
0
votes
1 answer

Flutter Error output from Xcode build after upgrading flutter

I tried so many flutter clean and pod file deleting ios folder etc almost all but still getting the error. Here is what I get after running the flutter run. Running pod install... 7.8s …
Hkm Sadek
  • 2,987
  • 9
  • 43
  • 95
0
votes
0 answers

Flutter app does not show any content on ios simulator

I recently tried ios simulator to test my flutter app but for an unknown reason the app does not display any widgets and displays a white screen.
ASAD HAMEED
  • 2,296
  • 1
  • 20
  • 36
0
votes
1 answer

Prevent Flutter WebView from Overflowing a Horizontally Scrolling Carousel?

I am using using the Perspectives Pageview library in Flutter to implement a horizontal carousel. Everything works fine when I am just rendering regular Containers with images or text, etc. However, when I embed a WebView, it overflows beyond its…
JosephG
  • 3,111
  • 6
  • 33
  • 56
0
votes
1 answer

Flutter for iOS device

Can I use Android Studio in macOS to run flutter app(for debug and hot reload) on my personal iPhone after I have registered my device using Apple ID on Xcode? Or will I need to use Xcode itself if I want to run my app on a physical iPhone. Thanks.
Tarique
  • 463
  • 3
  • 16
0
votes
1 answer

Flutter 1.22.0 IOS app connection lost issue

I have migrated to Flutter 1.22.0 from the older version. When I am trying to run the application in the IOS Simulator, it just opens the app and crashes and says connection lost. However in the Android Studio, it still shows it is running, I mean…
Sam
  • 2,972
  • 6
  • 34
  • 62
0
votes
1 answer

An App ID with identifier is not available in developer.apple.com

I create flutter application.I am trying to create App id in developer.apple.com for firebase messaging, After create and add Bundle id I got this error: An App ID with identifier 'com.........Mobile1' is not available. and in xcode:
Cyrus the Great
  • 5,145
  • 5
  • 68
  • 149
0
votes
0 answers

Appstore connect rejects update (flutter app) because of unsupported minimum OS Version in info.plist

I want to upload an appbuild from my flutterapp into the appstore connect. I analyzed and archived it. After analyzing it seemingly successfully, the build gets uploaded into the appstore connect. When almost done, I get the following error…
Salatgurke
  • 1,554
  • 1
  • 13
  • 35
0
votes
1 answer

iOS development with React Native or Flutter with minimal apple hardware

Not sure if this has been asked before. To target iOS for mobile development with react native or flutter, do I need to move my entire development machine to an apple one? I do know that for any serious iOS app development, I'd need to get a…
Nay Min
  • 85
  • 10
0
votes
1 answer

Flutter LocalNotificationsPlugin - Only newest message is displayed, when called in for-loop

The LocalNotificationsPlugin should be called up every minute with a different payload (variable "custom"). The call is made in a loop. I create a new instance of the plugin class and then initialise it with the settings to use it for each platform.…
tim_mx
  • 1
  • 1
0
votes
2 answers

Flutter iOS Build Issue : l[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries:

Recently I am getting a build issue with Flutter iOS. It was working fine before, now for all flutter applications i try to build iOS same build issue arises. Flutter Version : 1.17.5 Xcode Version : 11.3.1 Mac Os : 10.15 On pod install getting the…
Sayandh
  • 61
  • 1
  • 10
0
votes
0 answers

Module 'cloud_firestore' not found flutter

I have created a small app but i am unable to run the app in ios simulator. I have rerun pod install command many time. i have tried to remove Podfile and Podfile.lock etc. I also tried flutter clean and flutter pub cache repair and then installed…
Bilal Rabbi
  • 1,602
  • 2
  • 18
  • 39
1 2 3
23
24