Skip to content

Fiz blink issue for AnimatedList #51

Fiz blink issue for AnimatedList

Fiz blink issue for AnimatedList #51

Workflow file for this run

name: Publish to pub.dev
on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
# publish:
# permissions:
# id-token: write # Required for authentication
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: dart-lang/setup-dart@v1
# - name: Install dependencies
# run: dart pub get
# - name: Publish
# run: dart pub publish --force