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

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!

Related

Create Flutter huawei release

I have developed the flutter app and already added Huawei configurations. How I create a release build for Harmoney OS using android studio. Please share the steps
I added configuration files and follow the same steps as creating an android APK. It works for me.

How to test a flutter app on Huawei HMS with an emulator

I would like to test a Flutter app on a Huawei simulator (if exists).
I saw that there's Cloud Debugging, but I am interested in something more similar to the Android/iOS simulator.
I also saw the EcoDev Studio IDE, but it seems it doesn't support Flutter apps.

Run flutter app from iphone launcher itself

I'm new to flutter, I developed apps in Android Studio for ios devices, and they run perfectly when I run them from Android Studio onto the real device. However, if I try to run the app from the iphone itself (from the launcher icon), the app imediately closes and doesn't run.
Why would this be? Is there anything I can do in the code to enable the app to run from the phone itself, not just through running it in Android Studio?
Thanks for any 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?