Search code examples
flutterdartsingle-page-applicationcloud9codio

Flutter Web Development using an Online IDE


I am doing my development using a Chromebook and wondered if it is possible to develop SPAs using Flutter using an online IDE such as Cloud9 or Codio?

I have managed to install flutter and run it to install dart but am getting stuck as it can't find a Chrome installation.

Is it possible to develop using the cloud IDE and use by local install of Chrome for testing?


Solution

  • Currently, the only closer web approaches are:

    • DartPad
    • CodePen
    • Codespaces

    Codespaces being a full VS Code which is currently on Beta Access which will allow the same coding possibilities as the desktop one.

    Link: https://github.com/features/codespaces