Yaroslav Kuchmenko
Yaroslav Kuchmenko
Most of the first-party flutter plugins (like package_info_plus, device_info_plus, connectivity_plus) now require the usage of Java 17, compileSDK 34 and Gradle 8.4. Having a flutter app with mapbox_maps_flutter: 1.1.0 in...
@gustavolramos You could try 2.0.0-rc.1 the latest build. They have fixed this issue, yet I encountered a new dealbreaker for me #552 which is specific for iOS builds. If I...
@gangoappdev try using Static Images API from Mapbox (https://docs.mapbox.com/api/maps/static-images/). It worked well for me. You can exactly match the viewport of what the user sees in the app. Also, the...