728x90 반응형 Flutter(dart)26 A package may not list itself as a dependency flutter pub get 실행 시 A package may not list itself as a dependency 위 에러가 뜬다면, 디펜던시에 추가하려는 이름과 프로젝트명이 같아서 뜨는 문제. 프로젝트명을 바꾸어줘야 한다. 2022. 11. 29. The overflowing RenderFlex has an orientation of Axis.vertical. column을 SingleChildScrollView 감싸준다 SingleChildScrollView( child: Column( ... ), ), 2022. 11. 23. flutter inkwell gesturedetector 이벤트 onTab 시리즈 사용자는 손가락 끝으로 화면을 짧게 터치했습니다. onTapDown— 사용자가 화면과 접촉할 때 트리거되며 탭일 수 있습니다. onTapUp— 사용자가 화면과의 접촉을 중지할 때 트리거됨 onTap— 사용자가 화면을 짧게 터치할 때 트리거됨 onTapCancelonTapDown— 발생한 이벤트 가 탭이 아닌 경우 트리거 됨 탭 제스처의 가능한 응용 프로그램은 다음과 같습니다. 고르다 취소 제출하다 onTapDown — triggered when user makes contact with screen, might be a tap onTapUp — triggered when user stops making contact with the screen onTap — triggered when .. 2022. 11. 16. 변경된 위젯 이름들 Important Note: FlatButton, RaisedButton 및 OutlineButton은 더 이상 사용되지 않습니다. 해당 위젯을 사용하지 마십시오. 대안은 다음과 같습니다. FlatButton ButtonTheme TextButton TextButtonTheme RaisedButton ButtonTheme ElevatedButton ElevatedButtonTheme OutlineButton ButtonTheme OutlinedButton OutlinedButtonTheme 2022. 11. 16. 이전 1 2 3 4 5 6 7 다음 728x90 반응형