This repository was archived by the owner on Mar 26, 2026. It is now read-only.
feat: Add Flutter-ELinux Support to Cargokit#77
Open
Losses wants to merge 3 commits intoirondash:mainfrom
Open
feat: Add Flutter-ELinux Support to Cargokit#77Losses wants to merge 3 commits intoirondash:mainfrom
Losses wants to merge 3 commits intoirondash:mainfrom
Conversation
Author
Contributor
|
Yes, looks like the dart build / installer is broken? Maybe I should migrate the script to install flutter instead. |
Merged
knopp
pushed a commit
that referenced
this pull request
Oct 4, 2024
Contributor
|
@Losses Now that the CI is fixed, this PR might be mergeable. |
Author
|
What should I do to make the CI pass? Randomly change something and change it back? |
Contributor
|
@Losses Merging the main branch of cargokit into your branch would be enough |
Author
|
@temeddix Let me have a try |
Contributor
|
@knopp Would it be possible for us to run the workflow? |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Description
This PR introduces support for Flutter-ELinux to the Cargokit project. Given the stringent performance requirements of embedded devices, incorporating Rust into Dart/Flutter may be necessary to achieve optimal performance.
Changes
Motivation
Embedded devices often have strict performance constraints, and Rust's performance characteristics can help meet these demands when integrated with Dart/Flutter. This integration aims to leverage Rust's efficiency to enhance the performance of applications running on embedded systems.
Related Pull Requests