Xcode – Flutter IOS blank screen
I have a flutter app i have developed and it is running efficiently on a real device with zero errors or warnings in debug mode. however when i deploy a release to the same real device it produces a white…
I have a flutter app i have developed and it is running efficiently on a real device with zero errors or warnings in debug mode. however when i deploy a release to the same real device it produces a white…
Recently I'm learning functional programing using swift programing language, and found a library named Swiftz, I found a very strange way to call function and would like to ask if anyone knows why it works, thanks! Simple code here, Person().walk…
i had to reinstall my MacBook Pro. I have installed the newest macOS & Xcode version so macOS Monterey 12.0.1 (21A559) and Version 13.1 (13A1030d) I'm programming Audio plugins so to test my plugins I'm normally running a DAW (Digital…
Question Hello, I'm having difficulty while running my Flutter App on iPhone simulator. It stucks on 'Xcode build done'. BTW, It runs very well on Android emulator. It's my first time to ask a question here, so please let me…
I have a very simple screen I just need to change background color of screen My code struct HomeView: View { let screenWidth = UIScreen.main.bounds.size.width let screenHeight = UIScreen.main.bounds.size.height let screenSize = UIScreen.main.bounds.size var body: some View { VStack{ Text("Hey!…
There are many questions with the error message like mine but I couldn't find any proper solution for me. I have a mobile app and I have been using ionic framework with capacitor in version 2. I decided to migrate…
I created a stackview with labels programatically in Swift. However, I was trying to find out how i can update the labels programmatically? (I did not use storyboard or IBOutlets) let LabelStack: UIStackView = { let label1: UILabel = {…
I'm working on a project where I have an instance of AVPlayer capable of playing different audio content that I retrieve from a backend, from podcast to music and streamings. Every content has two types of urls: one with mp3…
I have flutter's app for iOS. It is working on device. but I cant run this on simulator. I have this error: /Users/admin/StudioProjects/Cvetovik_app/ios/Runner/GeneratedPluginRegistrant.m:12:9: Module 'audio_session' not found But I don't use this plugin audio_session. This is my architectures properties: how…
I am sending my product array to firebase, but I want to delay while doing this, at the same time I send my array in a split way. I want the part that says // this line below for 10…