The QR Code Scanner package for Appeto SDK.
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- name: dart
-
- on: [push, pull_request]
-
- jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v2.5.0
- with:
- distribution: 'temurin'
- java-version: '11'
- - uses: subosito/flutter-action@v2.3.0
- - name: Version
- run: flutter doctor -v
- - name: Install dependencies
- run: flutter pub get
- - name: Format
- run: flutter format -n --set-exit-if-changed .
- - name: Linter
- run: flutter analyze
|