René Kilczan
René Kilczan
Just my thoughts: I love open source and I also published some libs, but why in hell GPL? You cannot use it in closed apps, since you will be forced...
From my side I neither confirm nor deny this, since my focus shifted to Flutter. With my last changes I fixed in one hand the package's name detection (before it...
I'm aware of that detail, but I had not much time, trouble to understand and fix the test.
Might be something has changes in the mean time, but when I opened the PR that was working for me as you can see on the screenshots I provided.
I got this compile error here (the encoding errors are already in my console): ``` Nuget.exe not found, trying to download or use cached version. win_toast_plugin.obj : error LNK2019: Verweis...
I just noticed that the repo of the PR 62 was deleted. How can I checkout that PR? Was there not some kind of hidden branch? **EDIT** Got it with:...
@rpekarek-tc the version 2.5.0 fixes that compile error for me
Yes I am using 3.16, but when I overwrote the uuid dependency I used the main branch and not the 2.5.0 branch. So I was wrong.
Did you note [this part](https://github.com/mogol/flutter_secure_storage/tree/develop#configure-windows-version) 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...
So you want to access that unencrypted via plain http without transport encryption? I think out of security you should simply not do that. It is not really hard to...