poka
poka
Done Let me know is you want me to try on Linux or Android device, but I don't think it's useful, because either you already know that or I'm just...
with https yes
I reopen this because I still have the problem, not sure what happen. I had to download nuget.exe et put it in C:\Windows\system32 manually, so I don't have ` Nuget.exe...
I don't have the issue with v0.20.1, but only with 1.0.0-rc.2. Still blocked on this, I tried tones of things, I don't understand.
Ok I found a "solution" by editing the file `build\windows\packages\Microsoft.Windows.ImplementationLibrary\include\wil/cppwinrt.h`: - Commented line 78 to 84: ``` // #ifdef CPPWINRT_VERSION // // Prior to C++/WinRT "2.0" this header needed to...
Any news about it ?
Same here, this should be wonderful to have the possibility to use front camera.
Yes, thank you
How can I check if indexedDb is available ? If I try `import 'dart:indexed_db';` This is undefined, there is tones of issues about it So I can't use `IdbFactory.supported`.
Don't understand why this simple config works locally on my PC: ``` output: dist/ releases: - name: release jobs: - name: linux-deb package: platform: linux target: deb ``` But throw...