Skip to content

fix: rebuild dependent widgets upon the key change in .bind(key: ) #62

fix: rebuild dependent widgets upon the key change in .bind(key: )

fix: rebuild dependent widgets upon the key change in .bind(key: ) #62

name: Deploy examples to GitHub Pages
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: beta
flutter-version: 3.27.0-0.2.pre
# A fork that allows for wasm compilation
- uses: TesteurManiak/flutter-gh-pages@7ffcd0a663bf42b8d2fd77245a0159443427ce8e
with:
workingDir: example
compileToWasm: true