Closed abdelaziz-mahdy closed 4 months ago
@abdelaziz-mahdy Looks good, just need some minor changes.
Nice, do you think a tool to match the interface to python one is an option?
Like extracts the python interface and try to match it ? Using dart types of course to ensure we don't break any interface when making new apis
And that same tool should check if the async one matches the sync ones
I think it will be a lot of work but it will make sure the interfaces are the same and sync and async are the same
Nice, do you think a tool to match the interface to python one is an option?
Like extracts the python interface and try to match it ? Using dart types of course to ensure we don't break any interface when making new apis
And that same tool should check if the async one matches the sync ones
I think it will be a lot of work but it will make sure the interfaces are the same and sync and async are the same
Sounds interesting, maybe we can discuss it in a new issue.
fix: https://github.com/rainyl/opencv_dart/issues/166 hope i have done it correctly