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

Open
pfchen opened this issue Nov 29, 2024 · 0 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}")
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

1 participant