https://ssscool.tistory.com/378

로그인 ui랑 코드는 여기 참고중이고


http.Response res = await http.get(Uri.parse("주소"));

resJ = jsonDecode(res.body);

if(resJ["success"] == true){

//성공

} else {

//실패

}


이거 이용해서 로그인할건데
코드를 어디부분에 넣어야할까


아이디, 패스워드, 정보 받아오는 String은 선언했음