Skip to content

I/flutter (15524): Error signing up: type 'List<Object?>' is not a subtype of type 'PigeonUserDetails?' in type cast #130

I/flutter (15524): Error signing up: type 'List<Object?>' is not a subtype of type 'PigeonUserDetails?' in type cast

I/flutter (15524): Error signing up: type 'List<Object?>' is not a subtype of type 'PigeonUserDetails?' in type cast #130

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hey :) Thanks for submitting your first Github Issue'
pr-message: 'Hey :) Thanks for submitting your first Pull Request'