728x90 반응형 Flutter(dart)26 The argument type 'String' can't be assigned to the parameter type 플러터 열공중인데... The argument type 'String' can't be assigned to the parameter type 시뻘건 에러가 뜨면서 나의 학구열을 방해한당..ㅠㅠ 구글링 결과 string으로 타입 파싱을 해줘야 한다고 하네.. var response = await http.get(url); //기존 위 부분을 아래로 변환 var response = await http.get(Uri.parse(url)); 2022. 10. 28. The methods 'RaisedButton' isn't defined RaisedButton 은 이제 더 이상 사용되지 않으며 ElevatedButton 으로 대체되었습니다 . 문서 기반: FlatButton, RaisedButton 및 OutlineButton은 각각 TextButton , ElevatedButton 및 OutlinedButton 으로 대체되었습니다 . ButtonTheme는 TextButtonTheme , ElevatedButtonTheme 및 OutlinedButtonTheme 로 대체되었습니다 . 원래 클래스는 결국 제거됩니다. 이를 사용하는 코드를 마이그레이션하십시오. 새로운 버튼 및 버튼 테마 클래스에 대한 자세한 마이그레이션 가이드는 flutter.dev/go/material-button-migration-guide 에 있습니다. 2022. 10. 28. 이전 1 ··· 4 5 6 7 다음 728x90 반응형