-
Notifications
You must be signed in to change notification settings - Fork 13
FAILURE: Build failed with an exception. #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Additionally to the problem reported in the build.gradle of this project I opened this file and I found nothing wrong:
|
To be sure the problem is just with this package, I started a new empty project, with a default Flutter counter and then I added this package: the same result. This error comes when I tried run the application. If I remove the package its run normally. |
Im facing the same issue as well when running on android device |
@ChoLianJiet I'll trully do like to receive some kind of feedback from the author. Just to show us that this is a valid package still. |
Hi, this is still maintained. Is NDK installed on your machine? It's needed to run the dargon2 native compilation. Not sure if that's the error but it very well might be. If not, I can dig deeper and try to reproduce |
Although I'm using VSCode and not Android Studio, I installed the NDK using Android Studio . Well, the error message is the same in VSCode:
|
Any word on this @tmthecoder? Same result here:
Happy to assist if you give some guidance, I know many languages and have built some FFIs in the past - I simply know very little about Dart/Flutter/Android. Works on iOS, but I needed to add this line in my
Thanks in advance. |
Adding I should be clear, I haven't reached the point where I've verified the Argon2 invocation - I've just got the app running on a simulator. Edit: I verified the Argon2 calls work correctly. |
Also verified that with |
Here's a branch I made that I am currently using to build your package for my project: |
I opened the above PR with a stripped down version of @qui-jason's work. I cannot make any assertions about it, I've just opened it as a public service |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm develloping in Flutter 3.16.3 on Microsoft Windows 11 for Android. So, I decide to try this package, and I just did flutter pub add dargon2_flutter and this put a line in the yaml -> " dargon2_flutter: ^3.3.0". Till now none implementation. At this point I tried to run the project - even with none implementation just the yaml depency - and got this:
Do you have any clue about what is happening and what can I do to use sucefully this package?
Thank you. Nan Medeiros
The text was updated successfully, but these errors were encountered: