regulaforensics / flutter_face_api

MIT License
31 stars 14 forks source link

Package doesn't work in release build. #14

Closed AslamThachapalli closed 1 year ago

AslamThachapalli commented 1 year ago

Before Submitting, be sure to

Bug Description The Package is not working in release mode. Followed the documentation and reproduced the example too. Everything was fine and worked like a charm in debug mode, but when build in release mode, the app is getting build but the face matching is not working. I was using the package for matching faces.

Isn't this production ready?

Steps To Reproduce Just use the demo project and try to build in release mode.

Expected behavior Match faces in release mode.

Environment:

Sid1249 commented 1 year ago

why did you closed it? did you found any solution to it yet?

AslamThachapalli commented 1 year ago

It was a silly mistake from my end. I didn't add the internet permission in the manifest file for release mode. My bad. The package is working fine in release mode.