flutter_secure_storage
flutter_secure_storage copied to clipboard
Doesnt work on windows
C:\Users\cyberpwn\Documents\development\workspace\Crucible\crucible\windows\flutter\ephemeral.plugin_symlinks\flutter_secure_storage_windows\windows\flutter_secure_storage_windows_plugin.cpp(6,10): fatal error C1083: Cannot open include file: 'atlstr.h': No such file or directory [C:\Users\cyberpwn\Documents\development\workspace\Crucible\crucible\build\windows\plugins\flutter_secure_storage_windows\flutter_secure_storage_windows_plugin.vcxproj]
Did you note this part of the readme?
Configure Windows Version
You need the C++ ATL libraries installed along with the rest of Visual Studio Build Tools. Download them from here and make sure the C++ ATL under optional is installed as well.
I've stumbled across the same issue. Thanks @rekire for mentioning the solution. But this should really be in the published readme also on pub.dev, not only in the development branch
I am closing all older issues. If this issue still exists in the latest version, please let me know.