일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 공자명언
- FSM
- Linux
- 공부집중
- 1인개발자
- 좋은글필사하기
- recyclerview
- bash
- 이모지메모
- kotlin
- 명언모음
- Freesound
- Streaming
- 이모지
- Android
- androidx
- DART
- jetpack compose
- 넷플릭스
- 명심보감
- 소울칼리버6
- 벤자민플랭클린
- Flutter
- Firebase
- 장자명언
- 코틀린
- Coroutine
- ASMR
- 파이썬
- 오픈소스
Archives
- Today
- Total
목록flutter run (1)
Vintage appMaker의 Tech Blog
[Flutter ]Error: Dart library 'dart:ui' is not available on this platform
사용에 문제없던 Flutter project가 git으로 새롭게 clone 했을 때 갑자기 다음과 같은 에러를 발생할 때가 있다. Error: Dart library 'dart:ui' is not available on this platform 이럴 경우, 구글링을 하다보면 의외로 간단한 커맨드로 해결이 가능한 경우를 알게된다. 1. 터미널 환경으로 이동한다. 2. flutter run 을 실행한다. 그러면 문제없이 실행됨을 발견할 수 있다. Flutter 개발환경이 아직까지도 저런 버그가 있다는 것은 실망이긴 하지만 그래도 Flutter 개발환경에서 문제가 발생할 경우, 1. flutter clean 2. flutter pub get 3. flutter run -> "타겟환경선택" 을 생활화하다보면 어..
Source code or Tip/Flutter & Dart
2023. 10. 21. 16:40