Hi 👋
First of all — thanks a lot for creating and maintaining flutter_face_kit! It's an extremely useful project that makes face recognition with ONNX Runtime on Flutter much easier.
I really appreciate all the effort put into building the native parts of the library.
I noticed that the repository currently includes precompiled native libraries (C/C++ output), but I couldn’t find the corresponding C/C++ source code that was used to build those libraries.
Would it be possible to publish the original C/C++ source code and build scripts (e.g., CMakeLists, code generator, etc.) used to generate the native binaries?
Having access to the build source would help a lot for:
- understanding how the native integration is done,
- making custom modifications if needed,
- building for other platforms or configurations,
- improving collaboration and contributions.
If there’s already some of that code available elsewhere, or if there’s a reason not to publish it, I’d be glad to hear about it as well.
Thank you very much in advance! 🙏
Best regards,
Hi 👋
First of all — thanks a lot for creating and maintaining flutter_face_kit! It's an extremely useful project that makes face recognition with ONNX Runtime on Flutter much easier.
I really appreciate all the effort put into building the native parts of the library.
I noticed that the repository currently includes precompiled native libraries (C/C++ output), but I couldn’t find the corresponding C/C++ source code that was used to build those libraries.
Would it be possible to publish the original C/C++ source code and build scripts (e.g., CMakeLists, code generator, etc.) used to generate the native binaries?
Having access to the build source would help a lot for:
If there’s already some of that code available elsewhere, or if there’s a reason not to publish it, I’d be glad to hear about it as well.
Thank you very much in advance! 🙏
Best regards,