From Firebase to Netlify, a step-by-step guide to deploy Flutter web to Netlify using Azure Pipelines
Here in this tutorial, I am going to share with you how to implement CI/CD on your Flutter web deployments using Azure DevOps Pipelines. And best of all, we are going to use Netlify! Why do I sound excited? Because honestly, Netlify is very easy to use.
Developing web apps has become easier over the years. With Flutter it became very easy and fun. But to be honest, deploying it is sometimes a pain. Most services are not ready for Flutter projects being hosted on the web. Sure, some are but it needs a bit of tinkering.
I don’t mind tinkering a bit, I mean… Why not?
Now, without further ado let’s get to it.
#software-development #software-engineering #programming #flutter #devops