xunreal75

Results 23 comments of xunreal75

Hi, at the moment a warning on compilation with Apple Deploytarget 13. I had not tried to upload my App to Appstore - perhaps you can replace `static UIViewController *RootViewController()...

I ignore the warning. Upload and review to AppStore are successfully finished.

What did you do. Please close this issue and use template to report problems.

Can you try to contribute your fork. The package has no changes since 3 months. Doesn’t know whether package is orbaned orphaned/abandoned Thanks > Am 08.09.2022 um 09:46 schrieb Lukas...

What did you do? It looks like a normal exception when user press cancel. Your report is not useful.

Watch is not part of Flutter. You have to implement channels to communicate between Flutter and Native (Swift ...) Watch code

Apple Watch isn't supported. See official doc https://docs.flutter.dev/development/platform-integration/ios/apple-watch

Hi your problem seems not location package Your issue seems following- A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.- Please check this.

Sorry i Was on the wrong path The package seem orphahned at the moment. because the permissions state from locate is not clean when in use and always, I'm using...

Can you try what happens when you use this code snippet `try{ var loc = await location.getLocation().timeout(const Duration(seconds: 1)); }catch (e){ }` Your app should not crash and freeze.