I faced this problem and I solved just removing the https:// from the URL address.
If you need keep the https:// in your string for some reason, replace Uri.https to Uri.parse
You can see a complete example here: https://flutter.dev/docs/cookbook/networking/fetch-data