updated README

Added a link to tutorial which demonstrates how to use this GitHub action in a flutter project.
This commit is contained in:
Nabil Mohammed Nalakath
2019-10-13 03:18:49 +05:30
committed by GitHub
parent 5e7889b40a
commit b673b1ec64

View File

@@ -75,3 +75,4 @@ jobs:
- run: flutter build apk
```
For a step by step guide on implemenatation read the tutorial on [Medium](https://medium.com/better-programming/ci-cd-for-flutter-apps-using-github-actions-b833f8f7aac)