에러내용..... .
drwxr-xr-x 23 em3825 staff 736 8 23 14:40 webview_in_flutter
drwxr-xr-x 6 em3825 staff 192 8 22 21:12 windows
em3825@yangmilim-ui-MacBookPro flutter_goodbuymarket % flutter pub add path_provider
"path_provider" was found in dev_dependencies. Removing "path_provider" and adding it to dependencies instead.
Because flutter_goodbuymarket depends on webview_flutter ^3.0.9 which doesn't match any versions, version solving failed.
pub finished with exit code 65
em3825@yangmilim-ui-MacBookPro flutter_goodbuymarket %
em3825@yangmilim-ui-MacBookPro flutter_goodbuymarket % flutter pub add path_provider
"path_provider" was found in dev_dependencies. Removing "path_provider" and adding it to dependencies instead.
Because flutter_goodbuymarket depends on webview_flutter ^3.0.9 which doesn't match any versions, version solving failed.
이거를 해석하자면 webview_flutter 랑 버전이 서로 안맞는다는것...
머전을 맞출수있도록 재설정해야한다.
그래서 webview_flutter 를 3.0.4로 하고
다시 flutter pub add path_provider 를 수행하니 완료 !!!
https://iosroid.tistory.com/45
Flutter : path_provider
path_provider, read and write files Flutter 의 path_provider package 와 dart:io library (File, Directory) 를 이용해 파일을 쓰고 지우는 방법을 보자. path_provider 앱이 일반적으로 사용하는 저장 위치들..
iosroid.tistory.com
https://pub.dev/packages/path_provider
path_provider | Flutter Package
Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
pub.dev
'cafe24 쇼핑몰코딩' 카테고리의 다른 글
webview로 웹쇼핑몰 -> 앱 만들기 - 3.Flutter로 찍먹> webview적용 및 cafe24 페이지 수정 (0) | 2022.08.26 |
---|---|
webview로 웹쇼핑몰 -> 앱 만들기 - 2.Flutter로 찍먹> 띄우기 그러나 웹사이트 안 메뉴들이 동작을 안함. (0) | 2022.08.24 |
webview로 웹쇼핑몰 -> 앱 만들기 -1.Flutter로 찍먹>환경설정 (0) | 2022.08.22 |
웹쇼핑몰 앱으로 만들기 시작 (3) | 2022.08.22 |
쇼핑몰 상세페이지 bitly v4 api 로 짧게 줄여서 공유하기 (0) | 2022.03.10 |