Skip to content

adjusting the switch case for signup screen to proper page name #6

adjusting the switch case for signup screen to proper page name

adjusting the switch case for signup screen to proper page name #6

Workflow file for this run

name: Flutter Web Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter config --enable-web
- run: flutter pub get
- run: flutter build web