You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image is not getting loaded using CachedNetworkImage, but Image.network call works without any issues.
I used the code from the official documentation.
First time load works as expected. But second time on wards getting the following issues.
E/flutter ( 7071): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method getTemporaryDirectory on channel plugins.flutter.io/path_provider)
E/flutter ( 7071): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite)
Progress spinner is spinning forever, I am not sure if this is some kind of configuration issue from my end.
But when I user Image.network(url), Images gets displayed as expected.
Configuration
Version: cached_network_image: ^2.2.0+1
[√] Flutter (Channel stable, v1.17.5, on Microsoft Windows [Version 10.0.19041.329], locale en-IN)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Android Studio (version 4.0)
[√] VS Code (version 1.47.2)
[√] Connected device (1 available)
• No issues found!
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
The image is not getting loaded using CachedNetworkImage, but Image.network call works without any issues.
I used the code from the official documentation.
Observations- From Debug Console
First time load works as expected. But second time on wards getting the following issues.
E/flutter ( 7071): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method getTemporaryDirectory on channel plugins.flutter.io/path_provider)
E/flutter ( 7071): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite)
Progress spinner is spinning forever, I am not sure if this is some kind of configuration issue from my end.
But when I user Image.network(url), Images gets displayed as expected.
Configuration
Version: cached_network_image: ^2.2.0+1
[√] Flutter (Channel stable, v1.17.5, on Microsoft Windows [Version 10.0.19041.329], locale en-IN)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Android Studio (version 4.0)
[√] VS Code (version 1.47.2)
[√] Connected device (1 available)
• No issues found!
The text was updated successfully, but these errors were encountered: