I am attempting to import a flutter undertaking developed with intellij on home windows into Xcode
Right here is the undertaking hierarchy
My flutter undertaking works nice in intellij on home windows in addition to on android telephones. Now I want to take a look at on iPhone.
I handle to open the undertaking below Xcode however I do not see the “lib” folder which comprises all of the dart code.
So how one can construct for iOS, in different phrases, how one can generate an iOS app from my dart code.
It’s unattainable to code in dart in Xcode, so i suppose Xcode is simply use to construct with command line in console mode ?
Flutter is a cross platform expertise nevertheless it appears very sophisticated for me from the second i attempted to construct for iOS.