Skip to content

Flutter-Runner - build flutter apps from your repo

Compare
Choose a tag to compare
@jddeep jddeep released this 09 Mar 07:42
· 6 commits to master since this release
e3de1d0

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.