fix: ensure dart versions #17
Workflow file for this run
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: Flutter Plugin CI | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
jobs: | ||
build: | ||
steps: | ||
- name: Build and test | ||
uses: ./.github/workflows/build_test.yml | ||
- name: Build Android app | ||
run: | | ||
cd example | ||
flutter build apk | ||
# Broken since NearbyCoreAdapter needs to be installed manually with SPM | ||
# - name: Build iOS app | ||
# run: | | ||
# cd example | ||
# flutter build ios --no-codesign |