Skip to content

add cv.invertAffineTransform, remove net.forwardAsync, add ios versio… #3

add cv.invertAffineTransform, remove net.forwardAsync, add ios versio…

add cv.invertAffineTransform, remove net.forwardAsync, add ios versio… #3

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: [ "main" ]
jobs:
test-windows:
name: test-windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: subosito/flutter-action@v2
with:
# flutter-version: '3.16.9'
channel: "stable"
- name: Run Test
run: |
dart run opencv_dart:setup windows -a x64
$env:PATH = "${{github.workspace}}\windows;${env:PATH}"
flutter pub get
flutter test -x no-local-files