Skip to content

Bump url_launcher from 6.2.1 to 6.2.4 #124

Bump url_launcher from 6.2.1 to 6.2.4

Bump url_launcher from 6.2.1 to 6.2.4 #124

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '11'
java-package: jdk
- name: Flutter action
uses: subosito/[email protected]
- run: |
dart --version
flutter --version
- run: flutter pub get
- name: Run Analyze
run: flutter analyze --no-fatal-infos
# - name: Run Test
# run: flutter test