fluttercommunity / arcgis_map_sdk

Flutter implementation of the ArcGis map framework by esri
MIT License
12 stars 5 forks source link

image-export #77

Closed JulianBissekkou closed 3 months ago

JulianBissekkou commented 3 months ago

This PR adds support for exporting an image of the ArcgisMapView.

The use case of this feature is simply a full export of the native mapview with all layers that can be shared or persisted by the App. A running app give users the ability to share a run visualized on the map or you want to generate a pdf report that contains the map since it helps visualize important data.

sbergmair commented 3 months ago

Looking good! ✅