+ 9
[Flutter] is there an online IDE?
I would like to code some Flutter without installing android studio or anything else. Is it possible?
11 Antworten
+ 13
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/
+ 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)
+ 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.
+ 3
Mickel Sánchez looks good!
How is the relation between Dart and Flutter?
+ 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!
+ 1
Yes there is one now, it’s called project idx by google.
https://idx.google.com
0
Hopefully Gitpod is actively working on it:
https://www.gitpod.io
https://spectrum.chat/gitpod/general/google-summer-of-code-2019-ideas~7b661e85-dd25-434a-a39b-146e594e05ec
https://github.com/gitpod-io/gitpod/issues/489
https://github.com/gitpod-io/gitpod/issues/114
https://github.com/gitpod-io/definitely-gp/tree/master/flutter
0
I got one " flutter studio" but it's solid
0
Oma Falk you can also try , Microsoft visual studio code for IDE and use a physical device for testing via adb.
- 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