Skip to content

feat: Add text shadow persistence in state history export/import #750

feat: Add text shadow persistence in state history export/import

feat: Add text shadow persistence in state history export/import #750

name: Flutter Analysis
on:
push:
branches:
- stable
pull_request:
workflow_dispatch:
jobs:
package-analysis:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.38.3
- name: Install dependencies
run: flutter pub get
- name: Check formatting
run: dart format --output=none --set-exit-if-changed .
- name: Analyze code
run: flutter analyze .
- name: Run tests
run: flutter test