How to create platform specific apps for ios and android with flutter

preview_player
Показать описание
How to create platform specific applications in flutter.
- locate your flutter src folder (usually c:\src)
- select your flutter sdk folder
- find flutter console and launch it
- change directory to the desired folder location using console "cd" + folder name commad.
- enter the command "flutter create --platform=" + the platforms to support (ios,android) + the app name. This will look like this:
"flutter create --platform=ios,andriod app_name"
- hit return.
- you can proceed to launch your app in your desire IDE.
Рекомендации по теме
welcome to shbcf.ru