Skip to content

🚧 feat(remote_button.dart): create RemoteButton widget for displaying… #175

🚧 feat(remote_button.dart): create RemoteButton widget for displaying…

🚧 feat(remote_button.dart): create RemoteButton widget for displaying… #175

Workflow file for this run

name: Build iOS
on:
push:
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- run: flutter pub get
- name: Cache pods
uses: actions/cache@v3
with:
path: ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
restore-keys: ${{ runner.os }}-pods-
- run: flutter build ios --no-codesign