Skip to content

Add Slide Direction Enum to Control Slide-In and Slide-Out Direction on RotateAnimatedText #57

Add Slide Direction Enum to Control Slide-In and Slide-Out Direction on RotateAnimatedText

Add Slide Direction Enum to Control Slide-In and Slide-Out Direction on RotateAnimatedText #57

Workflow file for this run

name: Deploy to Preview Channel
on:
pull_request:
jobs:
preview:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./example
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter build web
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
expires: 30d
entryPoint: "./example"
projectId: animated-text-kit