Search code examples
androidflutterdartcross-platform

How To Solve Failed host lookup: 'firebasestorage.googleapis.com' (OS Error: No address associated with hostname, errno = 7)


I don't Know The Problem

enter image description here


Solution

    1. Check whether you have internet connection or not.
    2. Check if you have <uses-permission android:name="android.permission.INTERNET" /> in your AndroidManifest.xml
    3. If you are using emulator, make sure emulator has internet connection