Dennis Charmington

Results 4 issues of Dennis Charmington

Hi This might be a general UITextView issue on iPad, so Im not sure if this question is targeted correctly. Anyways, the problem I came across is that the text...

Im using _Flutter MapBox GL_ (https://github.com/flutter-mapbox-gl/maps), which is a wrapper on this library/repo. Im not 100% sure if the crash occurs in this lib or the wrapper lib. Below is...

For example, IconType.Standard does not exists in code Try out the usage examples in the Readme file and you'll see what is not consistent with the code base.

`mapbox-maps-ios` **v11.7** and above depends on **turf 3.0.0** ``` .package(url: "https://github.com/mapbox/turf-swift.git", exact: "3.0.0"), ``` but `mapbox-directions-swift` depends on **turf 2.8.0 < 2.9.0** ``` .package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", "2.8.0"..