Develop/To All The Errors I've Loved Before [Flutter]Error: Dart library 'dart:ui' is not available on this platform. HaeYoung_12 2024. 9. 25. 09:47 https://nx006.tistory.com/8 [Flutter] Error: Dart library 'dart:ui' is not available on this platform. 해결 방법 처음 플러터를 시작하였을 때 다음과 같은 에러가 뜨는 경우가 있다. Error: Dart library 'dart:ui' is not available on this platform. import 'dart:ui' show lerpDouble; ^ 이는 플러터 프로젝트를 다트 프로젝트 컴파일 nx006.tistory.com