Add Flutter support#224
Closed
CillianMyles wants to merge 8 commits into
Closed
Conversation
CillianMyles
commented
Jul 24, 2024
Comment on lines
+43
to
+45
| Flutter) | ||
| source ~/.local/share/omakub/install/terminal/flutter.sh | ||
| ;; |
Contributor
Author
There was a problem hiding this comment.
I am presuming this will load and execute the script. Will try to figure out a way to test it locally in a realistic way. 🤔
Member
|
Hmm, appreciate this, but I don't want to get into installing specific frameworks, whether they be for web or desktop, as a general approach. There's just too many. Let's keep things at the language level. Thanks for looking into it, though! |
Contributor
Author
|
@dhh I can understand the sentiment of not wanting to get involved in the framework wars. I'm actually glad I did the PR anyways because I learned a lot about combining bash scripts, and finally turned my own personal config into a single line install 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Canonical mentioned that Flutter is their default choice for new desktop and mobile apps, having re-designed and re-built the Ubuntu installer with Flutter.
They list Flutter alongside Typescript and React in their Web Frontend Engineer job requirements.
As Flutter is technology that can build and deploy to the web, but also given it's ability to deploy to native platforms, and the fact that is very much a first class citizen in Ubuntu and backed by Canonical, I think Flutter deserves a home in Omakub.
PR includes
Target Platforms
Out of the box this installation gives you the ability to target web and desktop linux:
Editing & LSPs
Both the VS Code and Neovim setups appear to be working (but I am by no means a Vim user, so if anyone would like to validate this I would appreciate it).
Links