Hello,
I code my app using Flutter on Windows. Now I want to test my app on iOS & transfered the code to a macbook. When I try to run, I get an error "Module 'device_info_plus' not found". I am not using device_info_plus package directly but I noticed that the arcgis_maps package by Esri has that package in its dependencies.
Any idea why and how to resolve the error?
Thank you