Flutter image_picker is not working with PlatformException like macos - flutter

I am currently in a crisis of cross platform i have an existing app for android and ios now. I wanted that in web and macOS now i am using image_picker in package now the problem is that image picker is not working for the macOS i have tried other packages to for the purpose so can you guys suggest me a package for the same or some way to access and get photos in macOS

Related

How to check what version of flutter sdk xcode is using?

I have several versions of the flutter sdk installed on my machine, each has an alias. I'm not sure what version xcode is using when building the app, how can I check it?
UPDATE:
I found a solution, information about flutter sdk which is used to build the version via xcode you can find in ios/Flutter/Generated.xcconfig. From here you can change the specific sdk path in FLUTTER_ROOT.

how to add file manager to my flutter IOS app

im working on both IOS and Android . for android i used the file_manager package now what i want to is that file manager for IOS also but unfortunately the file_manager package is not support for IOS so can someone guide me or same package like this.

Can a Flutter app created in Android Studio be use with TestFlight?

I have a Flutter app created in Android Studio. I have it on both a PC and a Mac. I want to allow others to beta test the app, and thus use TestFlight.
Is this possible when the app is created in Android Studio? All tutorials I've found online require the App to be created on Xcode.
Thanks for your help!

Flutter Project build in macOS

I am windows user and have no experience with macOS. I have developed flutter app in Windows 10 using Android Studio. All working fine and already tested with physical Android Device. Now it is the time to test IOS device. There's the problem started.
I can't build my project in XCode. I already changed user defined build settings as shown in screenshots
When build the project, it is still finding the flutter SDK location of Windows OS
This is my flutter doctor check in macOS
Please guide me.
I found the solution with the help of my friend - flutter developer.
Go to the project directory and run flutter create -i swift . It will recreate the ios folder in project.
Then run pod install command under ios folder

Is it possible to release flutter app from Android Studio for IOS in windows?

I have just created simple app. I am done building apk file for andriod. But i want to get app for ios, but i don't have Mac. Is there a way to get ios without Mac?