How can the url link after i http get got different in fluttter?
On the previous page, I had a list of news items that worked fine. When I clicked on a news item, it sent an index to fetch the next API post. However, every time I clicked on any item, it always took me to the same page. What’s even more strange is that when I tried to modify the API ID, it still directed me to that same page. Initially, I thought there was no issue with the previous page, but the problem lies here. I tried to get the index as expected, and even the URL link matched my expectations. However, the problem arose when the HTTP GET response body changed afterward. I use adapter and view method in this page.