The argument type 'String' can't be assigned to the parameter type 'Uri'.
http 버전이 0.13.3으로 업그레이드 되면서 이후로 Uri를 사용하여야 한다.
http.Response result = await http.get(Uri.parse(url));