add dart usage example
Some checks failed
Main workflow / Run (macos-latest) (push) Failing after 3s
Main workflow / Run (ubuntu-latest) (push) Failing after 33s
Main workflow / Run (windows-latest) (push) Has been cancelled

This commit is contained in:
Alif Rachmawadi
2020-04-14 02:34:44 +00:00
parent cfb544479d
commit c1bf65eb31

View File

@@ -70,6 +70,8 @@ jobs:
with:
flutter-version: '1.11.0'
channel: 'beta'
- run: dart --version
- run: flutter --version
- run: flutter pub get
- run: flutter test
- run: flutter build apk