flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

Windows crashing issue

Open krll-kov opened this issue 1 year ago • 1 comments

Old windows 10 machines encounter crashing issues related to plugin implementation (even when plugin is not used on this platform).

I have a cross-platform app with Android and Windows support, i added flutter-permission-handler plugin to my android app and do not even use it's code on windows, hover, upon app's launch it crashes with this error (can be only seen with Visual Studio, if app is launched without visualstudio, it just instantly closes when it's launched):

image image image image image image image image

image image image

winrt::hresult_class_not_registered, [[noreturn]] inline WINRT_IMPL_NOINLINE void throw_hresult(hresult const result)

krll-kov avatar Sep 27 '24 16:09 krll-kov