-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Describe the bug
Hello, Jonataslaw. Now I have two pages here, one is page1 and the other is page2. When I use Getx framework as routing management and Dio requests for http, I found that when I return to page1 from page2, it was reloading cachedNetworkImage. Why is this?
**Reproduction code
Here are my code:
page1.dart:
page1_controller.dart:
page2.dart:
It just a empty page without any contents.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
I just don't want that Image reload again and again, it's killing me.
Screenshots
Flutter Version:
3.27.1
Getx Version:
[Enter the version of the Getx you are using](get: ^4.7.2)
Describe on which device you found the bug:
MI 9 emulator
Minimal reproduce code
Provide a minimum reproduction code for the problem








