rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter. Support Asynchronous Now!
https://pub.dev/packages/opencv_dart
Apache License 2.0
136 stars 18 forks source link

fix without declaring an explicit or implicit dependency #225 #226

Closed einsitang closed 2 months ago

einsitang commented 2 months ago

ISSUE #225

to be on the safe side , try it in a flutter project that uses opencv_dart to test build and run :

# pubspec.yaml :
...
dependencies:
#  opencv_dart: 1.2.2
  opencv_dart:
    git:
      url: https://github.com/einsitang/opencv_dart.git
      ref: 452994e8868b4d1f547d515cb89b53f0037840ec

ensure that no other compatibility issues arise then merge this PR again

rainyl commented 2 months ago

Merged, thx for your contribution!