BottomNavigationBarに設定するアイコンに自前の画像を使用したいと思い
下記の記事を参考にやってみました。
参考記事
うまく表示がされせん。
icon generatorで
If image looks not as expected please convert to compound path manually.
とでるので、これが原因かもしれません。
しかし、変換はできていて、tffファイルもみた感じ問題なさそうでした。
![イ(68ba0c0379f60f20215c39abe08e2979.png)
/// Flutter icons SettingIcon /// Copyright (C) 2020 by original authors @ fluttericon.com, fontello.com /// This font was generated by FlutterIcon.com, which is derived from Fontello. /// /// To use this font, place it in your fonts/ directory and include the /// following in your pubspec.yaml /// /// flutter: /// fonts: /// - family: SettingIcon /// fonts: /// - asset: fonts/SettingIcon.ttf /// /// /// * Linearicons Free, Copyright (C) Linearicons.com /// Author: Perxis /// License: CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) /// Homepage: https://linearicons.com /// import 'package:flutter/widgets.dart'; class SettingIcon { SettingIcon._(); static const _kFontFam = 'SettingIcon'; static const _kFontPkg = null; static const IconData setting_icon = IconData(0xe810, fontFamily: _kFontFam, fontPackage: _kFontPkg); }
fonts: - family: Schyler fonts: # # - asset: fonts/Schyler-Regular.ttf # # - asset: fonts/Schyler-Italic.ttf - asset: fonts/present.ttf - asset: fonts/setting.ttf # style: italic # - family: Trajan Pro # fonts:
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/02 01:11 編集
2020/10/02 03:57
2020/10/02 04:02
2020/10/02 04:17
2020/10/02 05:44
2020/10/02 05:53