[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
final rawItemsList = response.data['response']['body']['items'] as List<Map<String, dynamic>>; 해당 코드에서 [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>' in type cast #0 StatRepository.fetchData (package:microdust_study/repository/stat_repository.dart:26:69) <asynchronous suspension> flutter: type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>' in type cast 이 에러가 계속 발생합니다....
[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>' in type cast #0 StatRepository.fetchData (package:microdust_study/repository/stat_repository.dart:26:69) <asynchronous suspension> flutter: type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>' in type cast 이 에러가 똑같이 100% 코딩을 해도 발생합니다.
[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>' in type cast #0 StatRepository.fetchData (package:microdust_study/repository/stat_repository.dart:26:69) <asynchronous suspension> flutter: type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>' in type cast
[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
코드팩토리 디스코드에 질문하면 더욱 빠르게 질문을 받아 볼 수 있습니다! [코드팩토리 디스코드] https://bit.ly/3HzRzUM - 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. e: C:/Users/jhp99/.gradle/caches/transforms-3/431ce31617111116ed092b20fb775fda/transformed/jetified-kotlin-stdlib-1.9.0.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1. e: C:/Users/jhp99/.gradle/caches/transforms-3/431ce31617111116ed092b20fb775fda/transformed/jetified-kotlin-stdlib-1.9.0.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1. e: C:/Users/jhp99/.gradle/caches/transforms-3/431ce31617111116ed092b20fb775fda/transformed/jetified-kotlin-stdlib-1.9.0.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1. e: C:/Users/jhp99/.gradle/caches/transforms-3/c321e7444a5c731da2398570d6ef04f1/transformed/jetified-kotlin-stdlib-common-1.9.0.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log for more details * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 2s ┌─ Flutter Fix ──────────────────────────────────────────────────────────────────────────────┐ │ [!] Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then │ │ update C:\Users\jhp99\AndroidStudioProjects\chool_check\android\build.gradle: │ │ ext.kotlin_version = '<latest-version>' │ └────────────────────────────────────────────────────────────────────────────────────────────┘ Error: Gradle task assembleDebug failed with exit code 1 이런 오류가 나는데 chat gpt도 돌려보고 구글링도 해봤지만 안고쳐지네요..ㅠㅠ
안녕하세요? 아래 코드에서 입력을 한글로 하면 깨지는데 뭔가 설정을 따로 해줘야 하나요? import 'dart:io'; void main(List<String> arguments) { stdout.write("입력해보세요 :"); var inputString = stdin.readLineSync(); stdout.write('입력된 값: $inputString'); }
Error: The given sign-in provider is disabled for this Firebase project. Enable it in the Firebase console, under the sign-in method tab of the Auth section. 강의 내용대로 설정을 마치고 실행을 했더니 위와같은 오류 메시지가 나타납니다. 로그인 버튼을 누르면 새창이 열리다가 종료되면서 해당 메시지가 보여집니다. 어떤 부분을 더 확인해봐야 할까요?
[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
안녕하세요. 강의 잘 듣고 있습니다.^^ 안드로이드 스튜디오 설치부터 막혀서 며칠 째 다시 해보다가 문의 드립니다. ㅠ.ㅠ 두 가지 문의가 있는데, 한번 봐주시면 감사하겠습니다! 첫 번째로, Path 설정을 맞게 한것 같은데 cmd에서 flutter doctor 실행 시, 하기 오류 문구가 계속 뜹니다. 몇번이고 다시 해봤는데 해결이 안됩니다 ㅠㅠ 조언 부탁드립니다. 두 번째로, 에뮬레이터를 실행하면 창이 아예 뜨지 않고 있습니다. 삭제 후 다시 설치해봐도, 시스템 언어로 영어로 수정 후 해봐도 안되는데 뭐가 문제일까요? 하기와 같이 작업표시줄에서는 보이는데 전혀 창이 뜨지 않고 있습니다. 해결 방법 알려주시면 감사하겠습니다. 감사합니다.
강의 너무 잘듣고있습니다 처음 구매했던 "Flutter 앱 개발 기초"의 경우 무리없이 강의를 이해 하였으나 이번에 구매한 "Flutter 앱 개발 실전" 의 경우, 아직까지는 강의를 이해하는데 속도가 더딘편입니다~ 이럴경우 어떻게 학습하는게 좋을까요~ 해당 강의가 실제 1인 앱개발을 진행함에 있어. 반드시 디테일 하게 학습해야하는 부분인지 아니면 이런것 정도가 있더라~ 정도로 익히고 적응하는 정도의 시각으로 공부해야하는지 궁금합니다~ 전반적인 학습방법에 대한 요령좀 알려주시면 대단히 감사하겠습니다!
[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':agora_rtm'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace. If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 687ms Error: Gradle task assembleDebug failed with exit code 1 라는 에러가 발생하네요. macOS를 sequoia로 올려서 그럴까요?
강의에서는, Container를 OverflowBox 위젯으로 감싸고, 또 그걸 SizedBox위젯으로 감싸라고 하셨습니다. 하지만, header와 footer가 붙는 현상이 생깁니다. OverflowBox와 SizedBox 위젯을 remove하니 붙는 현상은 사라졌지만, 음영 선이 짧아졌습니다.