Konrad

Results 13 comments of Konrad

> Just tried using audio_session and it does what is says, it announces to other audio players to duck (only tested with YT Music, Spotify on Android). Personally I am...

This has a strong overlap with Issue #7 but instead is using the ViewModel and not the ViewModelProvider as a singleton.

Finally found some minutes to do so! https://github.com/FilledStacks/provider_architecture/pull/13

I tried to set it to 85 by changing `constexpr double PITCH_MAX = M_PI / 3;` to `constexpr double PITCH_MAX = 1.4835; // 85 degrees` for testing in https://github.com/maplibre/maplibre-native/blob/27cd95337156b1cd6268165273d6147535e50244/include/mbgl/util/constants.hpp#L35C39-L35C39 I...

Did you add MapLibre as SPM dependency like described in the step 4 in the [README](https://github.com/maplibre/maplibre-navigation-ios/blob/main/README.md)? This should add MapLibre to the Frameworks list of your application.

Hi, after updating the Xcode and/or Swift version in most cases it is sufficient to re-run the carthage command like described in 6. in the [README](https://github.com/maplibre/maplibre-navigation-ios/blob/main/README.md). This should make sure...

I hope that Flutter will support SPM soon, this [PR](https://github.com/flutter/flutter/pull/146256) looks promising. Nevertheless, I also think that having multiple options to integrate maplibre-navigation-ios would be a plus.

With the update to MapLibre native 6.0.0 there is an issue where `mapViewDidFinishRenderingFrameFullyRendered` is not called in `MLNMapView` and therefore not in `NavigationMapView`. This callback seems to be needed to...

@boldtrn Do you see this as a maplibre-navigation issue or should we consider opening an issue at [MapLibre Native](https://github.com/maplibre/maplibre-native)? Currently this is a blocker for using the latest version.