Let’s see the error.
DioError [DioErrorType]FormatException: Scheme not starting with alphabetic character (at character 1)

We get this error when you use Dio to connect with the network. It happens due to missing http or wrong url.
Since we are using Android device to connect to our editor, we should use http://10.0.2.2:8000
Flutter E-commerce App