Skip to content

build(android): fix build breaks with flutter v3.29.0 #366

build(android): fix build breaks with flutter v3.29.0

build(android): fix build breaks with flutter v3.29.0 #366

Workflow file for this run

# Lint PR title
name: pr_title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}