Skip to content

Add an option to suppress tooltip hide on barrier tap #64

Add an option to suppress tooltip hide on barrier tap

Add an option to suppress tooltip hide on barrier tap #64

Workflow file for this run

name: Static code analysis
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
java-version: 11
distribution: temurin
- uses: subosito/[email protected]
with:
flutter-version: '3.7'
cache: true
- name: Install dependencies for super_tooltip
run: flutter pub get
# Check for any formatting issues in the code.
- run: flutter format --set-exit-if-changed .
# Statically analyze the Dart code for any errors.
- run: flutter analyze .