Skip to content

Added Flutter App Demo Video to the README #14

Added Flutter App Demo Video to the README

Added Flutter App Demo Video to the README #14

Workflow file for this run

name: Validate PR
on:
pull_request_target:
types: [opened, synchronize, ready_for_review, reopened]
jobs:
validate:
name: Validate PR
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze
- run: dart test