Unable to Retrieve Data from API in Flutter App
I tried to show data by using reqres API: https://reqres.in/api/users?page=2 in my flutter app but it doesn't show any single data in here, i make user.response.dart by copying Get List User reqres response and convert it to Json to Dart…