Relative Content

Tag Archive for flutterdartflutter-dependenciesdart-html

Releasing Update for Flutter windows application

I have built a flutter application for windows. And created a .exe file of it using [flutter build windows command and Inno Steup Compiler to bind them in exe file]. Now, I am thinking about releasing an update for my application. How can I achieve this? I don’t want to make an exe file each time.