79674372

Date: 2025-06-21 11:14:34
Score: 1
Natty:
Report link
http.Response response = await http.post(
  Uri.parse('http://192.168.29.48:8000/api/login'),
  headers: {
    'Content-Type': 'application/json',
    'Accept': 'application/json',
  },

  body: json.encode({'email': email, 'password': password}),
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mansi Jadav