Skip to content

update flutter_blue_plus package #80

update flutter_blue_plus package

update flutter_blue_plus package #80

Workflow file for this run

name: Flutter_Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter --version
- run: flutter pub get
- run: flutter analyze
- run: flutter test