Skip to content

Use Navigator.of(context) inside showAlertDialog so MaterialApp.route… #209

Use Navigator.of(context) inside showAlertDialog so MaterialApp.route…

Use Navigator.of(context) inside showAlertDialog so MaterialApp.route… #209

Workflow file for this run

name: Run Tests
on: [push, workflow_dispatch]
jobs:
drive:
runs-on: ubuntu-latest
# https://stackoverflow.com/a/63122434/436422
defaults:
run:
working-directory: ecommerce_app
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- run: flutter test