본문 바로가기

전체 글

[DART/FLUTTER] Because {Project} depends on http >=1.1.1 which requires SDK version >=3.2.0 <4.0.0, version solving failed. 아래의 에러는 http library 설치시 발생하는 에러이고, 간략하게 설명하자면 http 1.1.1 라이브러리 버전 이상은 SDK 버전이 3.2.0 이상, 4.0.0 이하이여야 한다 에러의 내용이다. [{Project}] flutter pub get --no-example Resolving dependencies... Error on line 32, column 5 of pubspec.yaml: A dependency may only have one source. ╷ 32 │ ┌ sdk: flutter 33 │ │ dependencies: 34 │ │ http: ^1.2.0 │ └──^ ╵ exit code 65 -- [{Project}] flutter pub get --no-example Resol.. 더보기
모듈 '{모듈명}' 에 대한 선언 파일을 찾을 수 없습니다. 모듈 'react-native-vector-icons/MaterialCommunityIcons'에 대한 선언 파일을 찾을 수 없습니다. 'd:/private/git/clip/clipApp/node_modules/react-native-vector-icons/MaterialCommunityIcons.js'에는 암시적으로 'any' 형식이 포함됩니다. 해당 항목이 있는 경우 'npm i --save-dev @types/react-native-vector-icons'을(를) 시도하거나, 'declare module 'react-native-vector-icons/MaterialCommunityIcons';'을(를) 포함하는 새 선언(.d.ts) 파일 추가ts(7016) Typescript 사용시 위와 같은 에.. 더보기
[툴] 각종 유틸리티 페이지 http://everyrepo.click/ Tool Repository everyrepo.click 아래에 위 사이트에 대한 설명 바이트 계산기 ( Byte Calculrater ) - Byte 계산기입니다.선택한 정보 입력란에 값을 입력하고 계산 버튼을 클릭하여 각 바이트 간의 계산을 확인합니다. (바이트, 킬로바이트, 메가바이트, 기가바이트, 테라바이트, 페타바이트, 엑사바이트, 제타바이트, 요타바이트, 론바이트, 퀘타바이트) - This is the Byte calculator.Check the calculations between each byte by putting the values in the checked unit of information input box, and clicking Cal.. 더보기