rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter.
https://pub.dev/packages/opencv_dart
Apache License 2.0
78 stars 10 forks source link

remove CVD_TYPEDEF_PTR to clean codes #89

Closed rainyl closed 2 weeks ago

rainyl commented 2 weeks ago

Remove all CVD_TYPEDEF_PTR.

this macro is used to define wrappers pointers to use in dart conveniently, ffigen will not generate typedefs not referred so this macro also defined a struct to refer pointers, now all wrapper pointers are referred in *_Close so the macro not needed any more, clean C codes.

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.03%. Comparing base (41406a2) to head (9a0132a).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #89 +/- ## ======================================= Coverage 90.03% 90.03% ======================================= Files 36 36 Lines 5277 5277 ======================================= Hits 4751 4751 Misses 526 526 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.