Quantcast
Channel: Create a new app for either iOS or Android using Flutter - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by cjstehno for Create a new app for either iOS or Android using Flutter

You can use the --platforms parameter to specify which platforms you want to create the app for (defaults to all of them). So, if you want to create an app for only android you would do something like...

View Article



Answer by Romy for Create a new app for either iOS or Android using Flutter

If you want to create only Android or iOS project just run(--ios-language select between swift or object-c)flutter create -i, --ios-language [objc (default), swift]flutter create -a, --android-language...

View Article

Answer by Jacob Nelson for Create a new app for either iOS or Android using...

The question is for creating a new project either for Android or iOS. Not for building.Please follow the steps given in this tutorial Get Started.In a nutshellGet the Flutter SDK Update your path with...

View Article

Answer by Günter Zöchbauer for Create a new app for either iOS or Android...

Just delete the android or ios folder created in the project.You can also leave the folders and just not build for the platform you don't want to support.

View Article

Create a new app for either iOS or Android using Flutter

How to create a new project using Flutter either for iOS or Android?I tried with flutter create projectname but it is creating both iOS and Android platform.Is it possible for any one platform?

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images