Skip to content

Fixed work of calls on webkit browsers #267

Fixed work of calls on webkit browsers

Fixed work of calls on webkit browsers #267

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- run: flutter packages get
- run: dart format lib/ test/ --set-exit-if-changed