<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Module 'device_info_plus' not found in Flutter Maps SDK Questions</title>
    <link>https://community.esri.com/t5/flutter-maps-sdk-questions/module-device-info-plus-not-found/m-p/1659246#M142</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I code my app using Flutter on Windows. Now I want to test my app on iOS &amp;amp; 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.&lt;/P&gt;&lt;P&gt;Any idea why and how to resolve the error?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 08:18:39 GMT</pubDate>
    <dc:creator>abufadzly</dc:creator>
    <dc:date>2025-10-21T08:18:39Z</dc:date>
    <item>
      <title>Module 'device_info_plus' not found</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/module-device-info-plus-not-found/m-p/1659246#M142</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I code my app using Flutter on Windows. Now I want to test my app on iOS &amp;amp; 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.&lt;/P&gt;&lt;P&gt;Any idea why and how to resolve the error?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 08:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/module-device-info-plus-not-found/m-p/1659246#M142</guid>
      <dc:creator>abufadzly</dc:creator>
      <dc:date>2025-10-21T08:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Module 'device_info_plus' not found</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/module-device-info-plus-not-found/m-p/1659248#M143</link>
      <description>&lt;P&gt;I solved it by running the following:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;# Clean the project&lt;/SPAN&gt;
flutter clean

&lt;SPAN class=""&gt;# Remove iOS build folder&lt;/SPAN&gt;
&lt;SPAN class=""&gt;rm&lt;/SPAN&gt; &lt;SPAN class=""&gt;-rf&lt;/SPAN&gt; ios/Pods
&lt;SPAN class=""&gt;rm&lt;/SPAN&gt; &lt;SPAN class=""&gt;-rf&lt;/SPAN&gt; ios/.symlinks
&lt;SPAN class=""&gt;rm&lt;/SPAN&gt; &lt;SPAN class=""&gt;-rf&lt;/SPAN&gt; ios/Flutter/Flutter.framework
&lt;SPAN class=""&gt;rm&lt;/SPAN&gt; &lt;SPAN class=""&gt;-rf&lt;/SPAN&gt; ios/Flutter/Flutter.podspec

&lt;SPAN class=""&gt;# Reinstall dependencies&lt;/SPAN&gt;
flutter pub get

&lt;SPAN class=""&gt;# Rebuild for iOS&lt;/SPAN&gt;
&lt;SPAN class=""&gt;cd&lt;/SPAN&gt; ios
pod &lt;SPAN class=""&gt;install&lt;/SPAN&gt; --repo-update
&lt;SPAN class=""&gt;cd&lt;/SPAN&gt; &lt;SPAN class=""&gt;..&lt;/SPAN&gt;
flutter build ios&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Need to run 'flutter build ios' for flutter to update the podfile. Thank you deepseek.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 08:43:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/module-device-info-plus-not-found/m-p/1659248#M143</guid>
      <dc:creator>abufadzly</dc:creator>
      <dc:date>2025-10-21T08:43:05Z</dc:date>
    </item>
  </channel>
</rss>

