ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.48k stars 153 forks source link

Feature request: bash script installer #387

Open payam-zahedi opened 2 months ago

payam-zahedi commented 2 months ago

The installation process could be tricky for the first time. So I wanted to suggest adding a bash script install file to use install all the requirments.

payam-zahedi commented 1 month ago

@ardera Whats your opinion on this?

Do you think it makes sense? Are there any blockers or challenges here?

I can work on it

ardera commented 1 month ago

@payam-zahedi Ah, sry. I think in the ideal case, people shouldn't even have to build flutter-pi themselves. It could just be built by CI and then bundled with the app by flutterpi_tool.

payam-zahedi commented 1 month ago

We made snapp_cli, its a way that you can install flutter on your remote device and create a custom device and connect it to flutter sdk.

For now its only works flutter

But, I have a plan to integrate flutter-pi also to it

payam-zahedi commented 1 month ago

Do you think

Can we make a reusable bash script that can be independent of hardware?