개발/Flutter

flutter version 차이로 생기는 오류

dev_caleb 2022. 11. 14. 16:03
728x90

옛날에 썼던 플러터 코드를 사용했을 때 다음과 같은 오류 메시지를 볼 때가 있다. 

 

The plugin `intent` uses a deprecated version of the Android embedding.

 

https://stackoverflow.com/questions/68920646/the-plugins-xxxxx-use-a-deprecated-version-of-the-android-embedding

 

The plugins `XXXXX` use a deprecated version of the Android embedding

i was trying to get my dependences using pub get, but i keep getting a bunch off errors. And i'm stuck in these error. I have tried flutter clean, flutter upgrade and flutter doctor without any i...

stackoverflow.com

stackoverflow 에서 다양한 해결책이 있지만 이번에는 정면돌파! 

library 업데이트를 감행하기로 했다.

 

flutter pub upgrade --major-versions

 

728x90