Select to view content in your preferred language

Show a portal groups items in flutter

148
1
01-15-2025 06:35 AM
Labels (2)
Danske_DataDanmark
New Contributor

i'm looking for a way to show what portal item are in a group. 

i have found the  PortalGroup object https://developers.arcgis.com/flutter/api-reference/reference/arcgis_maps/PortalGroup-class.html, but can't see a way to use this to find items in a group. 

if there are no way to do it in the sdk i think i can use the rest api https://developers.arcgis.com/rest/users-groups-and-items/groups/. But would be easier if i could let the maps sdk for flutter handle it. 

 

Tags (2)
0 Kudos
1 Reply
JenMerritt
Esri Contributor

Hi! Thanks for reaching out on the forums. You are correct in saying that there is not currently a way to use the PortalGroup to find items with the Flutter SDK. This will be a feature in the future - Portal API enhancements are on the API parity roadmap. As an example, here is the equivalent API that I suspect you are looking for in the Swift SDK, and which will make its way into Flutter. I can't say for certain when but be assured it will be as part of the above plan to reach API parity with the other Maps SDKs, and your interest is noted! You are also right about making rest requests, here is another page in our documentation incase you haven't seen it that may be useful.

Hope this helps!

0 Kudos