DEV Community

Discussion on: Automating Flutter Build

Collapse
 
tomavelev profile image
Toma

Docker is in the core of Micro Service Architecture and most of the sites I've created are monolithic. Docker is used for the building process of my apps. I must clarify that, I'm more of a Java/Back-end/Full Stack developer. I needed to scratch a little bit Docker so I get to know it and use it. You cannot say anything authentic about any technology if haven't used it. And with Flutter - today you could create (HTML) Web Apps (or Android APKs)- that do not need app stores ( developapp.online/ - this is a Flutter Web app that creates flutter web apps (still in beta)). On my computer I run a Docker with Jenkins CRON tasks - with building, testing, etc that runs separately to all other software of my computer - so - this is a cool feature of Docker.