Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Flutter-ELinux Support to Cargokit #77

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Losses
Copy link

@Losses Losses commented Sep 15, 2024

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

  • Added support for Flutter-ELinux

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

@Losses
Copy link
Author

Losses commented Sep 17, 2024

image
The ci is broken?

@knopp
Copy link
Contributor

knopp commented Sep 17, 2024

Yes, looks like the dart build / installer is broken? Maybe I should migrate the script to install flutter instead.

@temeddix temeddix mentioned this pull request Sep 19, 2024
knopp pushed a commit that referenced this pull request Oct 4, 2024
This PR fixes CI to allow #77 to be merged into the main branch.

Thank you always for the amazing toolchain, and `native_toolchain_rust`
you're working on also looks amazing :)
@temeddix
Copy link
Contributor

temeddix commented Oct 4, 2024

@Losses Now that the CI is fixed, this PR might be mergeable.

@Losses
Copy link
Author

Losses commented Oct 5, 2024

What should I do to make the CI pass? Randomly change something and change it back?

@temeddix
Copy link
Contributor

temeddix commented Oct 5, 2024

@Losses Merging the main branch of cargokit into your branch would be enough

@Losses
Copy link
Author

Losses commented Oct 5, 2024

@temeddix Let me have a try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants