Skip to content

Releases: jddeep/Flutter-Runner

Flutter Runner - Build Flutter apps from your repo

09 Mar 10:29
56254d6
Compare
Choose a tag to compare

Flutter Runner - Build Flutter apps from your repo

Flutter-Runner - build flutter apps from your repo

09 Mar 07:42
e3de1d0
Compare
Choose a tag to compare

This action provides flutter support for your apps to build apks from the repo.
This example first cleans any stale build, gets and updates the dependencies with flutter pub get and then
builds a release apk to run on all mobile devices(android) and runs the flutter tests in parallel.