Flutter Web CI
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.
Links
- Source Code: GitHub Repository
Leave a comment