라벨이 플러터인 게시물 표시

[Dart] mainAxisAlignment, crossAxisAlignment (flutter)

Flutter에서 AxisAlignment는 main과 cross가 있습니다. 2개의 차이는 Row에 대해 적용하느냐, Column에 대해 적용하느냐에 따라 차이가 있는데요, main은 기본을 뜻하지요? 그리하여 row와 같이 행, 가로가 기준일 때에는 가로방향을 뜻하고요, column과 같이 열, 세로가 기준일 때에는 세로방향을 뜻해요. Row 위젯 m…
[Dart] mainAxisAlignment, crossAxisAlignment (flutter)

[Flutter] async async* yield yield* (Dart)

플러터에서 async async* yield yield* 에 대해 알아보도록 합시다. 애스터리스크(*)가 마치 포인터처럼 보이는데, 그건 아니고요, 😊 특수문자가 없으면 계산 결과(result of an asynchronous computation), 특수문자가 있으면 스트림과 같은 데이터의 연속(sequence of data)을 반환한다는 뜻입니다. …
[Flutter] async async* yield yield* (Dart)

[Dart] ... operator 스프레드 연산자 뜻 (flutter)

... 으로 시작하는 연산자가 궁금하신가요? 스프레드 연산자(spread operator)라고 하는데요, 여러 항목을 컬렉션에 추가할 때에 사용할 수 있습니다. 살펴보시지요. ... operator (스프레드 연산자) '다트'에서 스프레드 연산자('...')를 유용하게 사용할 수 있는 곳은 특히 리스트(List)입니다! 😊…
[Dart] ... operator 스프레드 연산자 뜻 (flutter)

[Flutter] Your project's Gradle version is incompatible with the Java version that Flutter is using for Gradle.

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':gradle:compileGroovy'. > BUG! exception in phase 'semantic analysis' in source unit 'C:…
[Flutter] Your project's Gradle version is incompatible with the Java version that Flutter is using for Gradle.

[Flutter] Error: No Windows desktop project configured.

Error: No Windows desktop project configured. See https://docs.flutter.dev/desktop#add-desktop-support-to-an-existing-flutter-app to learn about adding Windows support to a project. 오류가 나타나는 이유 위의 오류…
[Flutter] Error: No Windows desktop project configured.

android studio gemini unexpected network error

안드로이드 스튜디오에서 Gemini 사용 중 "unexpected network error" 오류가 발생했나요? 다음의 방법을 시도해 보세요. 이 오류가 API 키 미등록 또는 구버전 Android Studio 사용 때문이기도 하니까요. Android Studio 최신 버전으로 업데이트 Gemini 기능은 최신 버전에서 안정적으로 작동하…
android studio gemini unexpected network error

[Flutter] Building with plugins requires symlink support 해결 방법 (Dart)

플러터에서 Building with plugins requires symlink support 오류가 발생하였을 때, 해결 방법에 대해 알아보도록 합시다. Launching lib\main.dart on Windows in debug mode... Exception: Building with plugins requires symlink support. …
[Flutter] Building with plugins requires symlink support 해결 방법 (Dart)
이전최근
가져가실 때, 출처 표시 부탁드려요! 감사합니다. 💗