androidflutterdartcross-platformHow To Solve Failed host lookup: 'firebasestorage.googleapis.com' (OS Error: No address associated with hostname, errno = 7)
Solution
- Check whether you have internet connection or not.
- Check if you have
<uses-permission android:name="android.permission.INTERNET" />
in your AndroidManifest.xml
- If you are using emulator, make sure emulator has internet connection