回答編集履歴
1
追記
answer
CHANGED
@@ -25,4 +25,15 @@
|
|
25
25
|
参考:
|
26
26
|
* [https://stackoverflow.com/questions/62232602/custom-icon-for-flutter-app-show-this-error-of-convert-to-compound-path-manually](https://stackoverflow.com/questions/62232602/custom-icon-for-flutter-app-show-this-error-of-convert-to-compound-path-manually)
|
27
27
|
|
28
|
-
* [https://github.com/fontello/fontello/wiki/How-to-use-custom-images#importing-svg-images](https://github.com/fontello/fontello/wiki/How-to-use-custom-images#importing-svg-images)
|
28
|
+
* [https://github.com/fontello/fontello/wiki/How-to-use-custom-images#importing-svg-images](https://github.com/fontello/fontello/wiki/How-to-use-custom-images#importing-svg-images)
|
29
|
+
|
30
|
+
---
|
31
|
+
|
32
|
+
**追記 :**
|
33
|
+
|
34
|
+
一応手元で試してみたところ、質問と同じエラーメッセージが出ていても、変換は成功しているケースが結構ありました。
|
35
|
+
なので、**上記の回答は、表示崩れが起きた場合のみ参考にして下さい。**
|
36
|
+
|
37
|
+
今回のように、「?」が表示されるのは、ttfファイルの配置や、`pubspec.yaml`の記述が間違っていると思うので、参考にしたというサイトを元に、もう一度確認し直してみて下さい。
|
38
|
+
|
39
|
+
もし直らない場合は、質問にttfファイルの配置場所と`pubspec.yaml`の中身などを追記して下さい。
|