Built build/app/outputs/apk/debug/app-debug.apk.
E/flutter (26171): [ERROR:flutter/third_party/txt/src/minikin/FontFamily.cpp(184)] Could not get cmap table size!
E/flutter (26171):
E/flutter (26171):
F/flutter (26171): [FATAL:flutter/third_party/txt/src/minikin/FontCollection.cpp(94)] nTypefaces == 0
F/libc (26171): Fatal signal 6 (SIGABRT), code -6 in tid 26188 (1.ui), pid 26171
가끔씩 Could not get cmap table size!메시지가 뜨면서 크래시가 발생할 때가 있다.
구글에 치면 많은 해결법들이 나오지만 실제로 해본 결과, pubspec.yaml 에서 폰트와 에셋 아래에 uses-material-design: true 를 해주면 해결된다. 구문을 선언하는 것이 중요한게 아니라 위치가 중요하다.