RE
Size: a a a
RE
ДЩ
O
А
Д
O
RE
Д
ЕБ
ДЩ
MB
MB
ЕБ
ЕБ
RE
Д
М
𝕷
CupertinoSliverNavigationBar
?w
DioError [DioErrorType.DEFAULT]: Bad state: Insecure HTTP is not allowed by platform: http://192.168.35.43:9000/loginВ чем может быть проблема ? Код:
import 'package:trade/services/services.dart';
class LoginProvider {
Future postLogin() async {
try {
response = await http.post("/login",
data: {'email': 'deadstone@list.ru', 'password': '12345'});
print(response);
} catch (e) {
print(e);
}
}
}