목록분류 전체보기 (196)
일모도원(日暮途遠) 개발자

Flame으로 게임 개발하는중에 Overlay로 뷰를 띄우니 아래처럼 빨간 색에 노란 밑줄이 보인다. class GameOverPopup extends StatelessWidget { final RogueShooterGame game; const GameOverPopup({super.key, required this.game}); @override Widget build(BuildContext context) { return Center( child: Container( width: 300, padding: const EdgeInsets.all(24), decoration: BoxDecoration( color: Colors.wh..

https://docs.flame-engine.org/latest/flame/router.html import 'package:flame/components.dart';import 'package:flame/effects.dart';import 'package:flame/events.dart';import 'package:flame/game.dart';import 'package:flame/geometry.dart';import 'package:flame/rendering.dart';import 'package:flutter/rendering.dart';class RouterGame extends FlameGame { late final RouterComponent router; @override ..

현재 프로젝트에 사용한 프롬프트와 커서가 대답한 내용을 로그 파일로 남기고 싶었다. 이런 프롬프트를 사용했는데, 이걸 다른 프롬프트할때마다 다시 알려주는게 귀찮다. (집에서 할때는 아래 내용을 다시 안해줘도 자동으로 로그에 기록했는데, 회사 컴에서 할때는 안될거 같다)앞으로 내가 너에게 지시한 내용과 너의 응답 중 코드 외 설명만 `prompt-log.md` 파일에 정리해줘. - 날짜가 바뀌면 `###################`로 구분하고 `## 📅 YYYY-MM-DD`를 써줘. - 같은 날짜 안에서는 시간 단위로 ` 🕘 HH:MM`을 써. - 각 지시는 `# 👤 사용자:`, 응답은 `## 🤖 Cursor:`로 구분해. - 코드 블록은 포함하지 말고, 설명만 써줘. 그래서 project ..

플러터를 실행하면 연결된 폰에 실행될때도 있고, mac에서 실행될때도 있어서 알아보았다. VSCode 우하단에 아래처럼 macOS(darwin)이란게 있다. 이걸 클릭하자. 그럼 상단의 "Command Palette (커맨드 팔레트)"창에 아래처럼 가능한 기기가 보인다. 기기를 바꾸면 하단에 아래처럼 바꾼 기기가 보인다. 이제 실행하면 안드로이드 폰에 실행이 된다.

위 두개의 이미지를 챗지피티에 주면서 그냥 "첨부한 캐릭터를 배경인 에펠탑에 추가해."라고 하니 아래처럼 결과가 나온다. 이에 전문가가 사용한 프롬프트를 복사해서 사용해봤다.A hyper-realistic photo of an anthropomorphic fluffy cream- colored cat and a brown bunny walking toward the entrance of the Eiffel Tower. The cat is holding a smartphone and looking at it, while the bunny with glasses and a scarf is pointing ahead excitedly. The Eiffel Tower is partially visible in ..

플러터에서 디버그모드로 앱을 실행할때마다 Widget Inspector창이 떠서 불편해서 아래 방법으로 안띄우게 했다. Preferences - VS Code Settings를 연다. 아래처럼 화면이 뜨면, dart를 입력한후에 좌측에서 DevTools를 선택한후 오른쪽을 보면, "Open Dev Tools"가 보인다. 이걸 never로 하면 이제 더이상 자동으로 Widget Inspector창이 안뜬다. 만약 Widget Inspector창이 필요하면, 디버그 버튼중에 맨 오른쪽의 돋보기 버튼을 누르면 된다.

플러터로 앱을 개발하고 있는데 Module 'audio_session' not found 라는 에러를 만났다./Flutter/vocab_crush/ios/Runner/GeneratedPluginRegistrant.m:12:9 Module 'audio_session' not found Runner.xcodeproj대신 Runner.xcworkspace를 XCode로 열어야 된다는 말도 있지만, 내경우에는 시뮬레이터에 Release를 빌드할려고 하니 에러가 났다. (실기기에서는 Release로 빌드할때 에러가 안났다) Edit Scheme에서 Release로 되어 있으면 Debug로 바꾸자.
Araone Soft Privacy PolicyAraone Soft (hereinafter referred to as "Araone Soft", located at https://dalnimdev.tistory.com/450) establishes and discloses this Privacy Policy in accordance with Article 30 of the Personal Information Protection Act to protect the personal information of data subjects and to handle any related grievances promptly and smoothly.○ This Privacy Policy is effective from ..