Azure vm for flutter development

Mohammad Daoud 1 Reputation point
2022-10-28T11:17:08.127+00:00

Hello
I want to know if there is any suitable vm size that I can develope flutter application on it
Flutter for android apps

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,130 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. srbhatta-MSFT 8,546 Reputation points Microsoft Employee
    2022-10-28T11:53:23.75+00:00

    Hello @Mohammad Daoud ,
    Welcome to Microsoft QnA.
    It depends on how much RAM would you need for flutter app development.

    Here is the list of VMs and VM families available : VM sizes

    For example, you can go for a Standard D2s v3 VM size with an 8 gb ram and 2 vCPUs.
    There are also B series burstable VMs available that have 1gb, 2gb, 4gb ram sizes as well and you can give a look at it.
    There are plenty of options available, depends on your requirement, choice and cost.

    Hope that helps. Do let me know if you have any specific feature requirements in the VM so that I can help you further. Thank you.

    1 person found this answer helpful.

  2. Bjoern Peters 8,781 Reputation points
    2022-10-28T15:02:41.157+00:00

    According to the Flutter website, there are no special requirements to install the SDK and any corresponding tools. Regarding Android studio... it seems like they also don't have special requirements for the installation, so you just can deploy a normal Azure Virtual Machine with Windows 10 and your personal requirements, like srbhatta recommended.

    0 comments No comments