westracer / flutter_native_opencv

Using OpenCV natively in C++ in a Flutter app with Dart FFI
https://medium.com/flutter-community/integrating-c-library-in-a-flutter-app-using-dart-ffi-38a15e16bc14
MIT License
213 stars 38 forks source link

windows/linux support #7

Closed weypro closed 2 years ago

weypro commented 3 years ago

Hi. I want to know how to run the program on Windows or Linux.

westracer commented 2 years ago

Hello. Flutter desktop is still in beta, so I'm not sure if it's even possible to run and build this project properly. The build systems can change in the future as well.

I'll take a look at it later, though I'm unfamiliar with Linux apps' build system and have already forgotten what windows apps' build system looks like.

westracer commented 2 years ago

I have added Windows, macOS, and Linux plugins to the repo. Instructions on how to build the project for different platforms are available in the readme file. The second article is to be checked and published by Flutter Community's moderators.

If there are any problems feel free to create a new issue.