본문 바로가기
반응형

분류 전체보기176

[flutter] Incorrect use of ParentDataWidget. 문제 상황 Expanded위젯을 다른 위젯에 감싸면서 Incorrect use of ParentDataWidget. 에러 발생했습니다. 해결 방법 Expanded 위젯으로는 간격을 줄 수 있는 위젯이 정해져있다는 것을 인지하지 못했습니다. Expanded 위젯으로 감쌀 수 있는 위젯은 오직 Column, Row, Flex 위젯만 가능합니다. 2021. 11. 15.
[flutter] flutter clean in Android studio 문제 상황 안드로이드 스튜디오 IDE에서 flutter clean 하려면 어떻게 해야하나요? 해결 방법 상단 메뉴의 Tool > Flutter > Flutter clean 2021. 11. 14.
[flutter] Dart Unhandled Exception: MissingPluginException(No implementation found for method loadBannerAd on channel plugins.flutter.io/google_mobile_ads) 에러 출력 내용 Dart Unhandled Exception: MissingPluginException(No implementation found for method loadBannerAd on channel plugins.flutter.io/google_mobile_ads) 대응책 flutter 자체 기능인 hot reload로는 해결되지 않습니다. 아래 절차대로 새로 빌드하면 해결되곤 합니다. 1. flutter clean 2. flutter run 2021. 11. 13.
Free Web Paint, no installation required(무설치 무료 웹 그림판) Free Web Paint, no installation required 설치가 필요없는 무료 웹 그림판 Drawing Board with VanillaJS https://github.com/shin0343/DrawingBoard_JS 지우기, 저장 가능한 웹 그림판입니다. 아래 링크로 접속하시면 사용 가능해요. 피드백 환영입니다! (Erasable, storable web paint. You can use it by accessing the link below. Feedback is welcome!) ​ https://shin0343.github.io/DrawingBoard_JS/ PaintJS shin0343.github.io 2021. 11. 9.
반응형