Home > Back-end >  Please how do I get started in flutter app development
Please how do I get started in flutter app development

Time:12-01

I am a bit confused as to what and what I need to install in order to start my app development using Visual Studio code.

I've tried installing VS Code, and then just as I was about getting started it said something about having SDK

CodePudding user response:

Have you followed the instructions at this link? There's some stuff to do in order to have a complete developing environment for Flutter: the link I provided covers the steps needed but uses Android Studio as IDE, not VS. Just google for some beginner's tutorial, don't ask here for that kind of help.

CodePudding user response:

You can start your installation following the steps on the official website for your Operating system here

You also need to set up an editor and the guide to that is here

To use an emulator, You'll need to download and install android studio (For android) and XCode (For iOS emulators - Macs Only)

You could also run your app directly on your physical device by connecting with a USB cable or wirelessly by following the steps here

  • Related