Coram Deo

[Flutter] Isar_flutter_libs 관련 에러 / * What went wrong:A problem occurred configuring project ':isar_flutter_libs'.> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. 본문

에러 해결

[Flutter] Isar_flutter_libs 관련 에러 / * What went wrong:A problem occurred configuring project ':isar_flutter_libs'.> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.

탁탁슝 2024. 10. 21. 23:10

1. 에러메시지

플러터 개발 중, Isar를 사용하여 프로젝트를 실행하려는데 다음과 같은 에러가 났다.

* What went wrong:
A problem occurred configuring project ':isar_flutter_libs'.
> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
 
 
 

2. 해결

아래와 같이 pubspec.yaml에서 isar_flutter_libs: 부분을 수정하면 된다.

isar_flutter_libs:
    git: 
      url: https://github.com/MrLittleWhite/isar_flutter_libs.git