You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue: Crash in the (C++) Windows Platform code in windows/runner/....exe - an abort/ignore windows pops up but it's not giving any details.
Unfortunate, as this package seems to be the best option for Google account oauth2 authentication in a flutter Windows app...
I was having a crash on Windows only, I did some debugging through the C++ code using Visual Studio's debugger and found that a bug was fixed in the flutter_secure_storage package. I was able to fix it by adding this to my pubspec.yaml file to force the application to use a newer version of flutter_secure_storage and it stopped breaking.
dependency_overrides:
# The oauth2_client library uses an old version of flutter_secure_storage
# and it crashes on Windows when not using a later version
flutter_secure_storage: 9.0.0
Without this override the lock file says it installs version 8.1.0
This also may be solved with a more surgical override, this override to 9.0.0 changed my lock file from
Hi,
Under windows, I got an application crash, just after "allowing" my app to acces my account.
Unfortunately, I have no idea about how I can fix or find the issue. If necessary, I can provides a repro-case if it help.
Does someone has already encounter the issue ?
The text was updated successfully, but these errors were encountered: