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를 숨기게 되어 충돌이 발생하지 않는다!