Esri / arcgis-maps-sdk-flutter-samples

Sample code for ArcGIS Maps SDK for Flutter
Apache License 2.0
11 stars 5 forks source link

Fix scrolling in Query Related Feature detail popup #131

Closed kmueller-gis closed 3 weeks ago

kmueller-gis commented 3 weeks ago

The scrolling in the detail pane was getting confused between the overall scroll view and the scrolling list views that were in the column. This PR addresses those issues.