question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

returning chinese character

See original GitHub issue

my output code is look like this:

/// Flutter icons CustomIcon
/// Copyright (C) 2019 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:  CustomIcon
///      fonts:
///       - asset: fonts/CustomIcon.ttf
///
/// 
/// * Entypo, Copyright (C) 2012 by Daniel Bruce
///         Author:    Daniel Bruce
///         License:   SIL (http://scripts.sil.org/OFL)
///         Homepage:  http://www.entypo.com
///
import 'package:flutter/widgets.dart';

class CustomIcon {
  CustomIcon._();

  static const _kFontFam = 'CustomIcon';

  static const IconData flow_tree = const IconData(0xe800, fontFamily: _kFontFam);
}

i use the icon with this:

BottomNavigationBarItem(icon: Icon(CustomIcon.flow_tree)),
the outpus is not a flow_tree icon. but like a chinese font.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
mosleimcommented, Sep 6, 2019

solved! need to stop and re-run.

0reactions
nicolasvahidzeincommented, Aug 22, 2020

I’m seeing chinese characters as well, it makes no sense. Anyone have a solution?

Read more comments on GitHub >

github_iconTop Results From Across the Web

English translation of 回 ( hui / huí ) - to return in Chinese
The Chinese word hui - 回 - huí (to return in Chinese) · Phonetic script (Hanyu Pinyin) · Listen to pronunciation (Mandarin =...
Read more >
Chinese symbol: 歸, 归, to return, go back to, give back to
Chinese symbol 歸, 归 in calligraphy format and mp3 pinyin pronunciation, English interpretations: to return, go back to, give back to.
Read more >
歸 - Chinese Character Detail Page
Learn more details about 歸 Chinese character and share your story, photos and comments about it. Also check out the example sentences for...
Read more >
Chinese Character 還 Returning - YouTube
837. 還 Returning : Japanese Kanji ( Chinese character ) composed of:辶 Walk : https://www.youtube.com/watch?v=kKyTxTxBiVI睘 Stare : Radical ...
Read more >
How to write 回 (huí) – go back – stroke order ... - YouTube
Learn how to write 回. 回 (huí) is a Chinese character meaning " go back ". You can learn it at http://www.trainchinese.com or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found