[Flutter] is there an online IDE? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

[Flutter] is there an online IDE?

I would like to code some Flutter without installing android studio or anything else. Is it possible?

5th Apr 2018, 5:24 AM
Oma Falk
Oma Falk - avatar
10 Answers
+ 12
I don't think you can use Flutter online, especially considering the nature of the framework and that the project is still young (and that Dart 2 is still in development). Even so, reviewing the Flutter page suggests that Android Studio be installed to obtain the necessary dependencies (Android SDK, Android SDK Platform-Tools, and Android SDK Build-Tools), so if you have installed them you could develop in any editor without problems (at least in theory). What you can try online is Dart: https://dartpad.dartlang.org/
5th Apr 2018, 5:43 AM
Mickel
Mickel - avatar
+ 5
Dart is the language used in Flutter, so basically all the code you write using the framework will be Dart (but oriented to mobile platforms, so there will be extra elements related to it)
5th Apr 2018, 5:51 AM
Mickel
Mickel - avatar
+ 5
FlutLab.io https://flutlab.io is an online IDE for Flutter. And probably this is the fastest way to play with your first Flutter projects. FlutLab main idea is to provide an alternative to local installations of Android/IOS/Flutter SDK’s as well as Code Editors. In the tool-chain of FlutLab.io, developers can host their projects, collaborate, and do various builds.
6th Jun 2020, 12:38 PM
Myroslava Drobnych
Myroslava Drobnych - avatar
+ 3
Mickel Sánchez looks good! How is the relation between Dart and Flutter?
5th Apr 2018, 5:47 AM
Oma Falk
Oma Falk - avatar
+ 1
Hello Omar, Look at FlutterHub. https://flutterhub.io It is completely online, it has its own simulator to play around with your mobile apps. It also has Git support and is cloud-based to access your project anywhere!
6th Sep 2019, 5:18 PM
Ruben Antonio Chevez Guardado
Ruben Antonio Chevez Guardado - avatar
0
I got one " flutter studio" but it's solid
7th Mar 2020, 2:23 PM
|\||-|
|\||-| - avatar
0
Oma Falk you can also try , Microsoft visual studio code for IDE and use a physical device for testing via adb.
24th Jul 2020, 6:51 AM
Utkarsh Singh
20th Nov 2019, 4:35 AM
Praharsh Bhatt
Praharsh Bhatt - avatar
- 2
https://flutterstudio.app/ you can either work on source code or use a direct gui and as of dart code you can use dartpad online for dart programming ez pz
29th Nov 2019, 5:29 AM
Ishansh Malviya
Ishansh Malviya - avatar