Skip to content

implement ScreenSlideUpTransitionPage animation #48

implement ScreenSlideUpTransitionPage animation

implement ScreenSlideUpTransitionPage animation #48

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter --version
- name: Pub get
run: flutter pub get
- name: Run analyze
run: flutter analyze
- name: Run tests
run: flutter test