1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,3 +75,4 @@ jobs:
- run: flutter build apk - 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)