-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error in converting to apk #24
Comments
The app hasn't been tested with flutter 2.x and 3.x, and |
I don't recall seeing any usage of |
I think that @gargakshit is referring to this block of code |
Might be a transitive dependency. I do not recall a direct use of |
This error occurs also while building for linux. I think that many/all dependencies should be updated, which could solve the problem and up-to-date dependencies are never bad. |
These are breaking changes and upgrading would be a huge undertaking. I, unfortunately, do not have the time and energy to do that. Although you are welcome to do it and send a PR |
I've tried, but I started replacing dependency-pinns with |
|
Maybe try switching dependencies? For example, we could use local_auth. I usually use that library. |
That would be a bigger change than upgrading the existing dependencies. Also |
what version of flutter should i use in order to build this? |
flutter 1.x i believe
|
When I tried converting the code to an .apk file, it wouldn't work. Instead, it showed this:
Please do help with this.
Thank you.
The text was updated successfully, but these errors were encountered: