less than 1 minute read

I built this CI/CD engine to automate the annoying parts of deploying Flutter web apps. It uses GitHub Actions to handle remote deployments and cache management, so I can go from code to live site with almost no manual effort.

Features

  • Automated Deployments: Remote workflows using GitHub Actions.
  • Cache Management: Efficient clear-cache workflows to ensure fresh builds.
  • Optimized for Web: Specifically tuned for the nuances of Flutter web hosting.

Leave a comment