Settings

Theme

Show HN: Ukoreh – A tool to deploy any Flutter project as a web app

ukoreh.fun

4 points by freitzzz 3 years ago · 0 comments · 1 min read

Reader

Hi HN

For GitHub + Dev.to 2023 Hackathon we made Ukoreh, a tool to assist Flutter developers in testing open source projects without having to clone the repo and build the app locally.

It works because most Flutter projects are compatible as web apps. The process of getting it live is really simple:

- Developer copies the project url and pastes in the tool - The tool then sends the url to a Cloudflare Worker, which itself uses GitHub API to trigger a GitHub Action workflow - The workflow builds the project and publishes the web app in GitHub Pages.

The best thing? Everything is free, because GitHub doesn’t count usage of actions for public repositories.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection