Skip to content

Bump hooks_riverpod from 1.0.4 to 2.3.8 #156

Bump hooks_riverpod from 1.0.4 to 2.3.8

Bump hooks_riverpod from 1.0.4 to 2.3.8 #156

Workflow file for this run

name: Build (Linux, Mac OS, Windows)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-windows:
name: "Build Windows"
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected]
- name: Setup Flutter SDK
uses: subosito/[email protected]
with:
channel: beta
- name: Enable desktop
run: flutter config --enable-windows-desktop
- name: Get packages
run: flutter pub get
- name: Analyze
run: flutter analyze
- name: Flutter build app
run: flutter build windows