일모도원(日暮途遠) 개발자

[Flutter오류수정] Plugin [id: 'dev.flutter.flutter-plugin-loader', version: '1.0.0'] was not found in any of the following sources: 본문

Flutter/오류수정

[Flutter오류수정] Plugin [id: 'dev.flutter.flutter-plugin-loader', version: '1.0.0'] was not found in any of the following sources:

달님개발자 2023. 11. 28. 10:31

집에 있는 플러터 소스를 한참 수정하고 회사와서 pull해서 실행해보니 아래처럼 에러가 나온다.

* What went wrong:
Plugin [id: 'dev.flutter.flutter-plugin-loader', version: '1.0.0'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (None of the included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'dev.flutter.flutter-plugin-loader:dev.flutter.flutter-plugin-loader.gradle.plugin:1.0.0')
  Searched in the following repositories:
    Google
    MavenRepo
    Gradle Central Plugin Repository

 

구글링 해보니, 플러터 버전을 업그레이드 해보라고 한다. (그러고 보니 집에서도 플러터 버전을 업그레이드 했던거 같다.)

현재버전..

git:(dalnim*)> flutter --version
Flutter 3.13.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision ead455963c (9주 전) • 2023-09-26 18:28:17 -0700
Engine • revision a794cf2681
Tools • Dart 3.1.3 • DevTools 2.25.0

 

아래 명령어로 업그레이드 하고 나니 저 에러는 사라지고 지금 열심히 컴파일 중이다. (플러터는 컴파일할때 시간이 많이 걸린다...)

git:(dalnim*)> flutter upgrade
Upgrading Flutter to 3.16.1 from 3.13.6 in /Users/dalnimbest/Documents/flutter...

git:(dalnim*)> flutter --version
Flutter 3.16.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 7f20e5d18c (8시간 전) • 2023-11-27 09:47:30 -0800
Engine • revision 22b600f240
Tools • Dart 3.2.1 • DevTools 2.28.3