Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 운영체제의 목적
- 운영체제의 구조
- 운영체제란 무엇인가
- FLUTTER
- 명예의전당(1)
- PriorityQueue
- 호출스택
- stateful widget
- 객체 배열
- 오버라이딩과 오버로딩 차이점
- object클래스
- 이것이코딩테스트다
- static 메서드
- webview_flutter
- 조상의 생성자
- static import문
- this()
- 프로그래머스
- stateless widget
- 클래스 변수
- 참조형 매개변수
- 오버로딩
- stateful widget 생명주기
- this()와 참조변수 this 차이점
- 참조형 반환타입
- 운영체제의 분류
- 초기화 순서
- 인스턴스 메서드
- 기본형 매개변수
- 운영체제의 예
Archives
- Today
- Total
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:101. 에러메시지
플러터 개발 중, 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

'에러 해결' 카테고리의 다른 글
[Flutter] Provider에서 발생한 Dark mode 전환 문제 해결 (1) | 2024.10.13 |
---|---|
[Flutter] 에러 해결 - location 패키지 적용 시 코틀린 버전 이슈 / Execution failed for task ':location:compileDebugKotlin'. (0) | 2024.10.07 |
[Flutter] Appbar 색 변경 안 될 때 (0) | 2024.10.02 |
[Flutter] ListView 에러 해결 - Cannot hit test a render box with no size. (1) | 2024.10.02 |
[Flutter] Firebase 연동 에러 해결 (0) | 2024.08.20 |