에러내용..... .

 

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

 

 

+ Recent posts