Skip to content
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

flutter_secure_storage_linux/linux/flutter_secure_storage_linux_plugin.cc:193:50: error: use of undeclared identifier 'APPLICATION_ID' #829

Closed
pfchen opened this issue Nov 29, 2024 · 4 comments

Comments

@pfchen
Copy link

pfchen commented Nov 29, 2024

It seems that flutter_secure_storage_linux/linux/CMakeLists.txt does not include the APPLICATION_ID flag.

It can be fixed with:

add_definitions(-DAPPLICATION_ID="${APPLICATION_ID}")
@dayeguilaiye
Copy link

I found the same problem, any progress? Or did you find any workaround @pfchen? Thanks a lot

@doreille
Copy link

doreille commented Jan 9, 2025

I also have the same problem on flutter 3.27.1. The proposed solution solves the problem. Could the change be included in version 10.0.0 in preparation?

@juliansteenbakker
Copy link
Owner

This is added in v9.2.4. Please let me know if there are any other issues.

@doreille
Copy link

Just in case you missed it, the fix is not yet in pub.dev (https://pub.dev/packages/flutter_secure_storage_linux/versions). You certainly need to increase the version number of flutter_secure_storage_linux.

However, if you refer directly to the master branch of github, the problem is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants