Uncategorized
-
Bash script to build and install an Android Flutter app
When developing an app you generally go through many cycles of testing your app on a physical device. That’s very easy with flutter. You just say one of these: possibly preceded by: to clear any cached build artifacts. Then you simply run: There’s usually no need to script this. But sometimes, you just want to…