fix(example): fix use_build_context_synchronously warning in the example #88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build web | |
on: | |
push: | |
paths: | |
- '**.dart' | |
- '**.yaml' | |
jobs: | |
build_web: | |
name: Build web | |
uses: apivideo/.github/.github/workflows/flutter_build_web.yml@main | |
with: | |
cache: true |