mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
287 stars 117 forks source link

Example app - toggling and moving ornaments is not working #239

Open FirentisTFW opened 1 year ago

FirentisTFW commented 1 year ago

Steps:

  1. Open the example app
  2. Tap on Ornaments tile
  3. Tap on different buttons
  4. Verify the result

Expected result: Ornaments' positions change when tapping on move XYZ buttons, ornaments disappear and appear again when tapping on toggle XYZ buttons.

Actual result: No visible actions performed when buttons are tapped.

Video:

https://github.com/mapbox/mapbox-maps-flutter/assets/55327556/40962e7b-6cb1-484a-a144-9d18089ed16a

FirentisTFW commented 1 year ago

I created a PR that fixes it: #240