Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter Without Emulator

Tags:

flutter

I cannot install the Android Emulator in my working environment, therefore I wondered whether it is possible to code/learn Flutter without any mobile device (or emulator). For example, is it possible to run/test the code by using the browser?

like image 402
Turkdogan Tasdelen Avatar asked Nov 17 '22 08:11

Turkdogan Tasdelen


1 Answers

There are two non-mobile options, both of which are currently in development stages but could be used for learning Flutter:

  • flutter-desktop-embedding, particularly the example which you can check out and flutter run with minimal setup, and then modify.
  • The Flutter for web technical preview.
like image 123
smorgan Avatar answered Dec 23 '22 14:12

smorgan