Flutter and IDX

I would kill for a console editor that

a) didn’t get in the way, showing only important stuff

b) had a permanent documentation panel on bottom, to show me what I can do in the point of the code I am

IDE’s are sooooo bugged nowaday. VSCode, for instance, always freeze Flutter when using multiple isolates (and the VSCode team do not care about anything that is not JS, Pything and freaking AI).

(P.S.: And, no, I will not use vi or anything like that… vi is stupid)

Setting up IDX with a workspace containing Flutter fork and a sample project. Would share any issues If I encounter.

4 Likes

It is great for quickly running a project, But I struggle with changing Flutter version, Is there a quick way to change Flutter version or I just use Flutter upgrade and Flutter downgrade ?

You can switch channels in the terminal! And we are working on making that easier to pin to a specific flutter version :+1:t3:

4 Likes