seong
Try using 'as prefix' for one of the import directives, or hiding the name from all but one of the imports 충돌 해결 본문
Flutter/Flutter
Try using 'as prefix' for one of the import directives, or hiding the name from all but one of the imports 충돌 해결
hyeonseong 2023. 7. 1. 15:25문제
Response 와 GetX를 같이 사용 하려 했다.
GetX 하위에도 Response가 있다면서 충돌이 발생했다.
해결
import 하는 부분에서 hide Response를 해주면 GetX 라이브러리에서 Response를 숨기게 되어 충돌이 발생하지 않는다!
'Flutter > Flutter' 카테고리의 다른 글
Flutter: "RenderFlex children have non-zero flex but incoming height constraints are unbounded" 에러 (0) | 2023.07.05 |
---|---|
Flutter ReorderableListView 위젯 (0) | 2023.07.05 |
StatefulBuilder로 showDialog 사용하기 (0) | 2023.05.27 |
화면에 맞게 비율 설정하기 - Flexible (0) | 2023.01.11 |
반복문 for in , for each (0) | 2023.01.11 |