-
Notifications
You must be signed in to change notification settings - Fork 343
[Feature Request] - Implement Dart/Flutter #302
Comments
We should be able to use the VS Code Dart and Flutter extensions directly in the theia-dart image. One needs to update the image to do so, given that the following extensions are published on their GitHub Releases page as |
I got that part working. But I was more curious about the backing custom docker image like the other ones in the repo. There are already some remade docker images for flutter. Specifically I would like to be able to run and debug the applications like I can in VSCode but it needs flutter installed. You can actually get the flutter tools from npm I believe: https://www.npmjs.com/package/flutter-cli What do I need to do to get the flutter web output in the preview window? I already have this running locally. I don't mind building the extension for Flutter not need to be pointed in the right direction. |
Also dart is included in flutter, but they are slightly different versions. |
You are more than welcome to update the docker image if you'd like :)
Do you mind providing additional details regarding your use case? |
And exploratory at the moment. But I have been working on building a batteries included IDE for flutter. Including the ability to have project template creation. https://twitter.com/rodydavis/status/1226686984346689536?s=20 And im updating the image now :) |
I'm certainly looking forward to seeing what you come up with 😄 |
Here is my PR so far: #303 |
This contribution has been automatically marked as stale due to inactivity, and it will be closed if no further activity occurs. Thank you for contributing to Theia! |
Docs: https://flutter.dev/
The text was updated successfully, but these errors were encountered: