Skip to content

fix: Fixed Android 15 edge-to edge issue when cropping covers #335

fix: Fixed Android 15 edge-to edge issue when cropping covers

fix: Fixed Android 15 edge-to edge issue when cropping covers #335

Workflow file for this run

name: Code style
on:
push:
pull_request:
branches:
- master
jobs:
dart_format:
name: Dart format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ vars.FLUTTER_VERSION }}
- run: dart format --set-exit-if-changed lib