https://ssscool.tistory.com/378
로그인 ui랑 코드는 여기 참고중이고
http.Response res = await http.get(Uri.parse("주소"));
resJ = jsonDecode(res.body);
if(resJ["success"] == true){
//성공
} else {
//실패
}
이거 이용해서 로그인할건데
코드를 어디부분에 넣어야할까
아이디, 패스워드, 정보 받아오는 String은 선언했음
https://ssscool.tistory.com/378
로그인 ui랑 코드는 여기 참고중이고
http.Response res = await http.get(Uri.parse("주소"));
resJ = jsonDecode(res.body);
if(resJ["success"] == true){
//성공
} else {
//실패
}
이거 이용해서 로그인할건데
코드를 어디부분에 넣어야할까
아이디, 패스워드, 정보 받아오는 String은 선언했음
form is valid email 출력한뒤에? - dc App
저 http문을 validateAndSave에 넣어야하나?
플러터는안써봣는데 흐름상그런데 - dc App